Html Css Color HEX #F0BECA Chantilly

📋 copy color: '#F0BECA'

red 240 ◦ green 190 ◦ blue 202

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

Shades of Chantilly #F0BECA

Tints of Chantilly #F0BECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.96%

R = 37.97%
G = 30.06%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0BECA (or 0xF0BECA) is known color: Chantilly. HEX triplet: F0, BE and CA. RGB value is (240,190,202). Sum of RGB (Red+Green+Blue) = 240+190+202=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BECA is #0F4135. Grayscale: #CECECE. Windows color (decimal): -999734 or 13287152. OLE color: 13287152.

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

Color convert

RGB 240 190 202 -
CMYK 0 0.21 0.16 0.06
HSL 345.6º 0.63% 0.84% -
HSV(B) 345.6º 0.21% 0.94% -
XYZ 65.01 59.62 63.96 -
YUV 206.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 240 190 202 0 0.21 0.16 0.06 345.6 0.63 0.84
Hex F0 BE CA 0 15 10 6 15A 3E 54
Octal 360 276 312 0 25 20 6 532 76 124
Binary 11110000 10111110 11001010 0 10101 10000 110 101011010 111110 1010100

Color Harmonies of #F0BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BECA

Black with #F0BECA

Text Example


Text Example

White with #F0BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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