#F8A7CB

Color #F8A7CB Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #F8A7CB

Tints of Carnation Pink #F8A7CB

Color information

#F8A7CB (or 0xF8A7CB) is unknown color: approx Carnation Pink. HEX triplet: F8, A7 and CB. RGB value is (248,167,203). Sum of RGB (Red+Green+Blue) = 248+167+203=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 167 (65.62% from 255 or 27.02% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A7CB is #075834. Grayscale: #C3C3C3. Windows color (decimal): -481333 or 13346808. OLE color: 13346808.

HSL color Cylindrical-coordinate representation of color #F8A7CB: hue angle of 333.33º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A7CB is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248167203-
CMYK00.330.180.03
HSL333.33º85.26%81.37%-
HSV(B)333.33º32.66%97.25%-
XYZ63.3151.9163.18-
YUV195.32132.34165.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 40.13%
GREEN value IS 167 (65.62% from 255) = 27.02%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=40.13%
G=27.02%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816720300.330.180.03333.3385.2681.37
HexF8A7CB02112314d5551
Octal370247313041223515125121
Binary1111100010100111110010110100001100101110100110110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A7CB; }

 p { color: rgb(248,167,203); }

 H1.HeaderClassName
 {
   color: #F8A7CB;
 }
 .AnyTagClassName
 {
   color: #F8A7CB;
 }
</style>
background-color css

<style>
 a { background-color: #F8A7CB; }

 a { background-color: rgb(248,167,203); }

 div.DivClassName
 {
   background-color: #F8A7CB;
 }
 .BgClassName
 {
   background-color: #F8A7CB;
 }
</style>
border-color css

<style>
 span { border-color: #F8A7CB; }

 span { border-color: rgb(248,167,203); }

 td.TdClassName
 {
   border-color: #F8A7CB;
 }
 .TagClassName
 {
   border-color: #F8A7CB;
 }
</style>