#F2B8CD

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

Shades of Chantilly #F2B8CD

Tints of Chantilly #F2B8CD

Color information

#F2B8CD (or 0xF2B8CD) is unknown color: approx Chantilly. HEX triplet: F2, B8 and CD. RGB value is (242,184,205). Sum of RGB (Red+Green+Blue) = 242+184+205=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B8CD is #0D4732. Grayscale: #CBCBCB. Windows color (decimal): -870195 or 13482226. OLE color: 13482226.

HSL color Cylindrical-coordinate representation of color #F2B8CD: hue angle of 338.28º 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 #F2B8CD is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242184205-
CMYK00.240.150.05
HSL338.28º69.05%83.53%-
HSV(B)338.28º23.97%94.9%-
XYZ64.7857.5765.45-
YUV203.74128.72155.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.35%
GREEN value IS 184 (72.27% from 255) = 29.16%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=38.35%
G=29.16%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218420500.240.150.05338.2869.0583.53
HexF2B8CD018F51524554
Octal362270315030175522105124
Binary111100101011100011001101011000111110110101001010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B8CD; }

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

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

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

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

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

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

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

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