#F3B9CD

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

Shades of Chantilly #F3B9CD

Tints of Chantilly #F3B9CD

Color information

#F3B9CD (or 0xF3B9CD) is unknown color: approx Chantilly. HEX triplet: F3, B9 and CD. RGB value is (243,185,205). Sum of RGB (Red+Green+Blue) = 243+185+205=633 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.39% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9CD is #0C4632. Grayscale: #CCCCCC. Windows color (decimal): -804403 or 13482483. OLE color: 13482483.

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

Color convert

RGB243185205-
CMYK00.240.160.05
HSL339.31º70.73%83.92%-
HSV(B)339.31º23.87%95.29%-
XYZ65.3358.1665.54-
YUV204.62128.22155.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.39%
GREEN value IS 185 (72.66% from 255) = 29.23%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=38.39%
G=29.23%
B=32.39%

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
Decimal24318520500.240.160.05339.3170.7383.92
HexF3B9CD0181051534754
Octal363271315030205523107124
Binary1111001110111001110011010110001000010110101001110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B9CD; }

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

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

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

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

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

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

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

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