#F2B8CF

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

Shades of Chantilly #F2B8CF

Tints of Chantilly #F2B8CF

Color information

#F2B8CF (or 0xF2B8CF) is unknown color: approx Chantilly. HEX triplet: F2, B8 and CF. RGB value is (242,184,207). Sum of RGB (Red+Green+Blue) = 242+184+207=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 184 (72.27% from 255 or 29.07% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B8CF is #0D4730. Grayscale: #CBCBCB. Windows color (decimal): -870193 or 13613298. OLE color: 13613298.

HSL color Cylindrical-coordinate representation of color #F2B8CF: hue angle of 336.21º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B8CF is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242184207-
CMYK00.240.140.05
HSL336.21º69.05%83.53%-
HSV(B)336.21º23.97%94.9%-
XYZ65.0257.6666.73-
YUV203.96129.72155.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 184 (72.27% from 255) = 29.07%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=38.23%
G=29.07%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218420700.240.140.05336.2169.0583.53
HexF2B8CF018E51504554
Octal362270317030165520105124
Binary111100101011100011001111011000111010110101000010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B8CF; }

 p { color: rgb(242,184,207); }

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

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

 a { background-color: rgb(242,184,207); }

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

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

 span { border-color: rgb(242,184,207); }

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