#F2B8CA

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

Shades of Chantilly #F2B8CA

Tints of Chantilly #F2B8CA

Color information

#F2B8CA (or 0xF2B8CA) is unknown color: approx Chantilly. HEX triplet: F2, B8 and CA. RGB value is (242,184,202). Sum of RGB (Red+Green+Blue) = 242+184+202=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B8CA is #0D4735. Grayscale: #CBCBCB. Windows color (decimal): -870198 or 13285618. OLE color: 13285618.

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

Color convert

RGB242184202-
CMYK00.240.170.05
HSL341.38º69.05%83.53%-
HSV(B)341.38º23.97%94.9%-
XYZ64.4257.4263.57-
YUV203.39127.22155.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.54%
GREEN value IS 184 (72.27% from 255) = 29.30%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=38.54%
G=29.30%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218420200.240.170.05341.3869.0583.53
HexF2B8CA0181151554554
Octal362270312030215525105124
Binary1111001010111000110010100110001000110110101010110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B8CA; }

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

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

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

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

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

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

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

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