Html Css Color HEX #F0BECD Chantilly

📋 copy color: '#F0BECD'

red 240 ◦ green 190 ◦ blue 205

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

Shades of Chantilly #F0BECD

Tints of Chantilly #F0BECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.28%

R = 37.8%
G = 29.92%
B = 32.28%

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

#F0BECD (or 0xF0BECD) is known color: Chantilly. HEX triplet: F0, BE and CD. RGB value is (240,190,205). Sum of RGB (Red+Green+Blue) = 240+190+205=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BECD is #0F4132. Grayscale: #CECECE. Windows color (decimal): -999731 or 13483760. OLE color: 13483760.

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

Color convert

RGB 240 190 205 -
CMYK 0 0.21 0.15 0.06
HSL 342º 0.63% 0.84% -
HSV(B) 342º 0.21% 0.94% -
XYZ 65.37 59.76 65.85 -
YUV 206.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 240 190 205 0 0.21 0.15 0.06 342 0.63 0.84
Hex F0 BE CD 0 15 F 6 156 3E 54
Octal 360 276 315 0 25 17 6 526 76 124
Binary 11110000 10111110 11001101 0 10101 1111 110 101010110 111110 1010100

Color Harmonies of #F0BECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BECD

Black with #F0BECD

Text Example


Text Example

White with #F0BECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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