Html Css Color HEX #F0B7CE Chantilly

📋 copy color: '#F0B7CE'

red 240 ◦ green 183 ◦ blue 206

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

Shades of Chantilly #F0B7CE

Tints of Chantilly #F0B7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.09%

 BLUE value IS 206 (80.86% from 255) = 32.75%

R = 38.16%
G = 29.09%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0B7CE (or 0xF0B7CE) is known color: Chantilly. HEX triplet: F0, B7 and CE. RGB value is (240,183,206). Sum of RGB (Red+Green+Blue) = 240+183+206=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7CE is #0F4831. Grayscale: #CACACA. Windows color (decimal): -1001522 or 13547504. OLE color: 13547504.

HSL color Cylindrical-coordinate representation of color #F0B7CE: hue angle of 335.79º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B7CE is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 183 206 -
CMYK 0 0.24 0.14 0.06
HSL 335.79º 0.66% 0.83% -
HSV(B) 335.79º 0.24% 0.94% -
XYZ 64.01 56.85 65.99 -
YUV 202.67 129.88 154.63 -
System Red Green Blue C M Y K H S L
Decimal 240 183 206 0 0.24 0.14 0.06 335.79 0.66 0.83
Hex F0 B7 CE 0 18 E 6 150 42 53
Octal 360 267 316 0 30 16 6 520 102 123
Binary 11110000 10110111 11001110 0 11000 1110 110 101010000 1000010 1010011

Color Harmonies of #F0B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B7CE

Black with #F0B7CE

Text Example


Text Example

White with #F0B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B7CE; }

 p { color: rgb(240,183,206); }

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

background-color css

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

 a { background-color: rgb(240,183,206); }

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

border-color css

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

 span { border-color: rgb(240,183,206); }

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