Html Css Color HEX #F0BECB Chantilly

📋 copy color: '#F0BECB'

red 240 ◦ green 190 ◦ blue 203

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

Shades of Chantilly #F0BECB

Tints of Chantilly #F0BECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.07%

R = 37.91%
G = 30.02%
B = 32.07%

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

#F0BECB (or 0xF0BECB) is known color: Chantilly. HEX triplet: F0, BE and CB. RGB value is (240,190,203). Sum of RGB (Red+Green+Blue) = 240+190+203=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BECB is #0F4134. Grayscale: #CECECE. Windows color (decimal): -999733 or 13352688. OLE color: 13352688.

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

Color convert

RGB 240 190 203 -
CMYK 0 0.21 0.15 0.06
HSL 344.4º 0.63% 0.84% -
HSV(B) 344.4º 0.21% 0.94% -
XYZ 65.13 59.66 64.58 -
YUV 206.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 240 190 203 0 0.21 0.15 0.06 344.4 0.63 0.84
Hex F0 BE CB 0 15 F 6 158 3E 54
Octal 360 276 313 0 25 17 6 530 76 124
Binary 11110000 10111110 11001011 0 10101 1111 110 101011000 111110 1010100

Color Harmonies of #F0BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BECB

Black with #F0BECB

Text Example


Text Example

White with #F0BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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