Html Css Color HEX #F5BBCF Chantilly

📋 copy color: '#F5BBCF'

red 245 ◦ green 187 ◦ blue 207

#F5BBCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chantilly #F5BBCF

Tints of Chantilly #F5BBCF

RGB

 RED value IS 245 (96.09% from 255) = 38.34%

 GREEN value IS 187 (73.44% from 255) = 29.26%

 BLUE value IS 207 (81.25% from 255) = 32.39%

R = 38.34%
G = 29.26%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5BBCF (or 0xF5BBCF) is known color: Chantilly. HEX triplet: F5, BB and CF. RGB value is (245,187,207). Sum of RGB (Red+Green+Blue) = 245+187+207=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBCF is #0A4430. Grayscale: #CECECE. Windows color (decimal): -672817 or 13614069. OLE color: 13614069.

HSL color Cylindrical-coordinate representation of color #F5BBCF: hue angle of 339.31º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BBCF is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 187 207 -
CMYK 0 0.24 0.16 0.04
HSL 339.31º 0.74% 0.85% -
HSV(B) 339.31º 0.24% 0.96% -
XYZ 66.69 59.46 66.99 -
YUV 206.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 245 187 207 0 0.24 0.16 0.04 339.31 0.74 0.85
Hex F5 BB CF 0 18 10 4 153 4A 55
Octal 365 273 317 0 30 20 4 523 112 125
Binary 11110101 10111011 11001111 0 11000 10000 100 101010011 1001010 1010101

Color Harmonies of #F5BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BBCF

Black with #F5BBCF

Text Example


Text Example

White with #F5BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BBCF; }

 p { color: rgb(245,187,207); }

 H1.HeaderClassName
 {
   color: #F5BBCF;
 }
 .AnyTagClassName
 {
   color: #F5BBCF;
 }
</style>

background-color css

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

 a { background-color: rgb(245,187,207); }

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

border-color css

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

 span { border-color: rgb(245,187,207); }

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