Html Css Color HEX #F0BFC8 Chantilly

📋 copy color: '#F0BFC8'

red 240 ◦ green 191 ◦ blue 200

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

Shades of Chantilly #F0BFC8

Tints of Chantilly #F0BFC8

RGB

 RED value IS 240 (94.14% from 255) = 38.03%

 GREEN value IS 191 (75% from 255) = 30.27%

 BLUE value IS 200 (78.52% from 255) = 31.7%

R = 38.03%
G = 30.27%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F0BFC8 (or 0xF0BFC8) is known color: Chantilly. HEX triplet: F0, BF and C8. RGB value is (240,191,200). Sum of RGB (Red+Green+Blue) = 240+191+200=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFC8 is #0F4037. Grayscale: #CECECE. Windows color (decimal): -999480 or 13156336. OLE color: 13156336.

HSL color Cylindrical-coordinate representation of color #F0BFC8: hue angle of 348.98º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFC8 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 191 200 -
CMYK 0 0.20 0.17 0.06
HSL 348.98º 0.62% 0.85% -
HSV(B) 348.98º 0.2% 0.94% -
XYZ 64.99 59.96 62.79 -
YUV 206.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 240 191 200 0 0.20 0.17 0.06 348.98 0.62 0.85
Hex F0 BF C8 0 14 11 6 15D 3E 55
Octal 360 277 310 0 24 21 6 535 76 125
Binary 11110000 10111111 11001000 0 10100 10001 110 101011101 111110 1010101

Color Harmonies of #F0BFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BFC8

Black with #F0BFC8

Text Example


Text Example

White with #F0BFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BFC8; }

 p { color: rgb(240,191,200); }

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

background-color css

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

 a { background-color: rgb(240,191,200); }

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

border-color css

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

 span { border-color: rgb(240,191,200); }

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