Html Css Color HEX #F0BECC Chantilly

📋 copy color: '#F0BECC'

red 240 ◦ green 190 ◦ blue 204

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

Shades of Chantilly #F0BECC

Tints of Chantilly #F0BECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.18%

R = 37.85%
G = 29.97%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0BECC (or 0xF0BECC) is known color: Chantilly. HEX triplet: F0, BE and CC. RGB value is (240,190,204). Sum of RGB (Red+Green+Blue) = 240+190+204=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BECC is #0F4133. Grayscale: #CECECE. Windows color (decimal): -999732 or 13418224. OLE color: 13418224.

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

Color convert

RGB 240 190 204 -
CMYK 0 0.21 0.15 0.06
HSL 343.2º 0.63% 0.84% -
HSV(B) 343.2º 0.21% 0.94% -
XYZ 65.25 59.71 65.21 -
YUV 206.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 240 190 204 0 0.21 0.15 0.06 343.2 0.63 0.84
Hex F0 BE CC 0 15 F 6 157 3E 54
Octal 360 276 314 0 25 17 6 527 76 124
Binary 11110000 10111110 11001100 0 10101 1111 110 101010111 111110 1010100

Color Harmonies of #F0BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BECC

Black with #F0BECC

Text Example


Text Example

White with #F0BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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