Html Css Color HEX #F0CBEE Snuff

📋 copy color: '#F0CBEE'

red 240 ◦ green 203 ◦ blue 238

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

Shades of Snuff #F0CBEE

Tints of Snuff #F0CBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.95%

R = 35.24%
G = 29.81%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0CBEE (or 0xF0CBEE) is known color: Snuff. HEX triplet: F0, CB and EE. RGB value is (240,203,238). Sum of RGB (Red+Green+Blue) = 240+203+238=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CBEE is #0F3411. Grayscale: #D9D9D9. Windows color (decimal): -996370 or 15649776. OLE color: 15649776.

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

Color convert

RGB 240 203 238 -
CMYK 0 0.15 0.01 0.06
HSL 303.24º 0.55% 0.87% -
HSV(B) 303.24º 0.15% 0.94% -
XYZ 72.72 67.41 90.07 -
YUV 218.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 240 203 238 0 0.15 0.01 0.06 303.24 0.55 0.87
Hex F0 CB EE 0 F 1 6 12F 37 57
Octal 360 313 356 0 17 1 6 457 67 127
Binary 11110000 11001011 11101110 0 1111 1 110 100101111 110111 1010111

Color Harmonies of #F0CBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBEE

Black with #F0CBEE

Text Example


Text Example

White with #F0CBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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