Html Css Color HEX #F0B9C8 Chantilly

📋 copy color: '#F0B9C8'

red 240 ◦ green 185 ◦ blue 200

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

Shades of Chantilly #F0B9C8

Tints of Chantilly #F0B9C8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.6%

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

R = 38.4%
G = 29.6%
B = 32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F0B9C8 (or 0xF0B9C8) is known color: Chantilly. HEX triplet: F0, B9 and C8. RGB value is (240,185,200). Sum of RGB (Red+Green+Blue) = 240+185+200=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9C8 is #0F4637. Grayscale: #CBCBCB. Windows color (decimal): -1001016 or 13154800. OLE color: 13154800.

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

Color convert

RGB 240 185 200 -
CMYK 0 0.23 0.17 0.06
HSL 343.64º 0.65% 0.83% -
HSV(B) 343.64º 0.23% 0.94% -
XYZ 63.71 57.39 62.36 -
YUV 203.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 240 185 200 0 0.23 0.17 0.06 343.64 0.65 0.83
Hex F0 B9 C8 0 17 11 6 158 41 53
Octal 360 271 310 0 27 21 6 530 101 123
Binary 11110000 10111001 11001000 0 10111 10001 110 101011000 1000001 1010011

Color Harmonies of #F0B9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B9C8

Black with #F0B9C8

Text Example


Text Example

White with #F0B9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B9C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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