Html Css Color HEX #F0CBEF Snuff

📋 copy color: '#F0CBEF'

red 240 ◦ green 203 ◦ blue 239

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

Shades of Snuff #F0CBEF

Tints of Snuff #F0CBEF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.77%

 BLUE value IS 239 (93.75% from 255) = 35.04%

R = 35.19%
G = 29.77%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F0CBEF (or 0xF0CBEF) is known color: Snuff. HEX triplet: F0, CB and EF. RGB value is (240,203,239). Sum of RGB (Red+Green+Blue) = 240+203+239=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CBEF is #0F3410. Grayscale: #DADADA. Windows color (decimal): -996369 or 15715312. OLE color: 15715312.

HSL color Cylindrical-coordinate representation of color #F0CBEF: hue angle of 301.62º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CBEF is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 203 239 -
CMYK 0 0.15 0.00 0.06
HSL 301.62º 0.55% 0.87% -
HSV(B) 301.62º 0.15% 0.94% -
XYZ 72.87 67.47 90.84 -
YUV 218.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 240 203 239 0 0.15 0.00 0.06 301.62 0.55 0.87
Hex F0 CB EF 0 F 0 6 12E 37 57
Octal 360 313 357 0 17 0 6 456 67 127
Binary 11110000 11001011 11101111 0 1111 0 110 100101110 110111 1010111

Color Harmonies of #F0CBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBEF

Black with #F0CBEF

Text Example


Text Example

White with #F0CBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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