#F3BCCA

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

Shades of Chantilly #F3BCCA

Tints of Chantilly #F3BCCA

Color information

#F3BCCA (or 0xF3BCCA) is unknown color: approx Chantilly. HEX triplet: F3, BC and CA. RGB value is (243,188,202). Sum of RGB (Red+Green+Blue) = 243+188+202=633 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.39% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCCA is #0C4335. Grayscale: #CECECE. Windows color (decimal): -803638 or 13286643. OLE color: 13286643.

HSL color Cylindrical-coordinate representation of color #F3BCCA: hue angle of 344.73º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BCCA is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB243188202-
CMYK00.230.170.05
HSL344.73º69.62%84.51%-
HSV(B)344.73º22.63%95.29%-
XYZ65.6159.2963.86-
YUV206.04125.72154.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.39%
GREEN value IS 188 (73.83% from 255) = 29.70%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=38.39%
G=29.70%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318820200.230.170.05344.7369.6284.51
HexF3BCCA0171151594655
Octal363274312027215531106125
Binary1111001110111100110010100101111000110110101100110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCCA; }

 p { color: rgb(243,188,202); }

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

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

 a { background-color: rgb(243,188,202); }

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

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

 span { border-color: rgb(243,188,202); }

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