Html Css Color HEX #F0BEC8 Chantilly

📋 copy color: '#F0BEC8'

red 240 ◦ green 190 ◦ blue 200

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

Shades of Chantilly #F0BEC8

Tints of Chantilly #F0BEC8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.16%

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

R = 38.1%
G = 30.16%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F0BEC8 (or 0xF0BEC8) is known color: Chantilly. HEX triplet: F0, BE and C8. RGB value is (240,190,200). Sum of RGB (Red+Green+Blue) = 240+190+200=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEC8 is #0F4137. Grayscale: #CECECE. Windows color (decimal): -999736 or 13156080. OLE color: 13156080.

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

Color convert

RGB 240 190 200 -
CMYK 0 0.21 0.17 0.06
HSL 348º 0.63% 0.84% -
HSV(B) 348º 0.21% 0.94% -
XYZ 64.77 59.52 62.72 -
YUV 206.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 240 190 200 0 0.21 0.17 0.06 348 0.63 0.84
Hex F0 BE C8 0 15 11 6 15C 3E 54
Octal 360 276 310 0 25 21 6 534 76 124
Binary 11110000 10111110 11001000 0 10101 10001 110 101011100 111110 1010100

Color Harmonies of #F0BEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BEC8

Black with #F0BEC8

Text Example


Text Example

White with #F0BEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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