Html Css Color HEX #F2CEF6 Snuff

📋 copy color: '#F2CEF6'

red 242 ◦ green 206 ◦ blue 246

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

Shades of Snuff #F2CEF6

Tints of Snuff #F2CEF6

RGB

 RED value IS 242 (94.92% from 255) = 34.87%

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

 BLUE value IS 246 (96.48% from 255) = 35.45%

R = 34.87%
G = 29.68%
B = 35.45%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F2CEF6 (or 0xF2CEF6) is known color: Snuff. HEX triplet: F2, CE and F6. RGB value is (242,206,246). Sum of RGB (Red+Green+Blue) = 242+206+246=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 206 (80.86% from 255 or 29.68% from 694); Blue value is 246 (96.48% from 255 or 35.45% from 694); Max value from RGB is 246 - color contains mainly: blue. Hex color #F2CEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEF6 is #0D3109. Grayscale: #DDDDDD. Windows color (decimal): -864522 or 16174834. OLE color: 16174834.

HSL color Cylindrical-coordinate representation of color #F2CEF6: hue angle of 294º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CEF6 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 206 246 -
CMYK 0.02 0.16 0 0.04
HSL 294º 0.69% 0.89% -
HSV(B) 294º 0.16% 0.96% -
XYZ 75.32 69.67 96.67 -
YUV 221.32 141.93 142.75 -
System Red Green Blue C M Y K H S L
Decimal 242 206 246 0.02 0.16 0 0.04 294 0.69 0.89
Hex F2 CE F6 2 10 0 4 126 45 59
Octal 362 316 366 2 20 0 4 446 105 131
Binary 11110010 11001110 11110110 10 10000 0 100 100100110 1000101 1011001

Color Harmonies of #F2CEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CEF6

Black with #F2CEF6

Text Example


Text Example

White with #F2CEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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