Html Css Color HEX #F0CEF2 Snuff

📋 copy color: '#F0CEF2'

red 240 ◦ green 206 ◦ blue 242

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

Shades of Snuff #F0CEF2

Tints of Snuff #F0CEF2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.94%

 BLUE value IS 242 (94.92% from 255) = 35.17%

R = 34.88%
G = 29.94%
B = 35.17%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0CEF2 (or 0xF0CEF2) is known color: Snuff. HEX triplet: F0, CE and F2. RGB value is (240,206,242). Sum of RGB (Red+Green+Blue) = 240+206+242=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 242 (94.92% from 255 or 35.17% from 688); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0CEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEF2 is #0F310D. Grayscale: #DCDCDC. Windows color (decimal): -995598 or 15912688. OLE color: 15912688.

HSL color Cylindrical-coordinate representation of color #F0CEF2: hue angle of 296.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CEF2 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 206 242 -
CMYK 0.01 0.15 0 0.05
HSL 296.67º 0.58% 0.88% -
HSV(B) 296.67º 0.15% 0.95% -
XYZ 74.03 69.08 93.44 -
YUV 220.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 240 206 242 0.01 0.15 0 0.05 296.67 0.58 0.88
Hex F0 CE F2 1 F 0 5 129 3A 58
Octal 360 316 362 1 17 0 5 451 72 130
Binary 11110000 11001110 11110010 1 1111 0 101 100101001 111010 1011000

Color Harmonies of #F0CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEF2

Black with #F0CEF2

Text Example


Text Example

White with #F0CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEF2; }

 p { color: rgb(240,206,242); }

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

background-color css

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

 a { background-color: rgb(240,206,242); }

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

border-color css

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

 span { border-color: rgb(240,206,242); }

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