Html Css Color HEX #F0BECE Chantilly

📋 copy color: '#F0BECE'

red 240 ◦ green 190 ◦ blue 206

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

Shades of Chantilly #F0BECE

Tints of Chantilly #F0BECE

RGB

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

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

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

R = 37.74%
G = 29.87%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0BECE (or 0xF0BECE) is known color: Chantilly. HEX triplet: F0, BE and CE. RGB value is (240,190,206). Sum of RGB (Red+Green+Blue) = 240+190+206=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BECE is #0F4131. Grayscale: #CECECE. Windows color (decimal): -999730 or 13549296. OLE color: 13549296.

HSL color Cylindrical-coordinate representation of color #F0BECE: hue angle of 340.8º 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 #F0BECE is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 190 206 -
CMYK 0 0.21 0.14 0.06
HSL 340.8º 0.63% 0.84% -
HSV(B) 340.8º 0.21% 0.94% -
XYZ 65.49 59.81 66.49 -
YUV 206.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 240 190 206 0 0.21 0.14 0.06 340.8 0.63 0.84
Hex F0 BE CE 0 15 E 6 155 3E 54
Octal 360 276 316 0 25 16 6 525 76 124
Binary 11110000 10111110 11001110 0 10101 1110 110 101010101 111110 1010100

Color Harmonies of #F0BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BECE

Black with #F0BECE

Text Example


Text Example

White with #F0BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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