#F3B9CC

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

Shades of Chantilly #F3B9CC

Tints of Chantilly #F3B9CC

Color information

#F3B9CC (or 0xF3B9CC) is unknown color: approx Chantilly. HEX triplet: F3, B9 and CC. RGB value is (243,185,204). Sum of RGB (Red+Green+Blue) = 243+185+204=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9CC is #0C4633. Grayscale: #CCCCCC. Windows color (decimal): -804404 or 13416947. OLE color: 13416947.

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

Color convert

RGB243185204-
CMYK00.240.160.05
HSL340.34º70.73%83.92%-
HSV(B)340.34º23.87%95.29%-
XYZ65.2158.1164.91-
YUV204.51127.72155.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.45%
GREEN value IS 185 (72.66% from 255) = 29.27%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=38.45%
G=29.27%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318520400.240.160.05340.3470.7383.92
HexF3B9CC0181051544754
Octal363271314030205524107124
Binary1111001110111001110011000110001000010110101010010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B9CC; }

 p { color: rgb(243,185,204); }

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

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

 a { background-color: rgb(243,185,204); }

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

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

 span { border-color: rgb(243,185,204); }

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