Html Css Color HEX #F2CEF3 Snuff

📋 copy color: '#F2CEF3'

red 242 ◦ green 206 ◦ blue 243

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

Shades of Snuff #F2CEF3

Tints of Snuff #F2CEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.17%

R = 35.02%
G = 29.81%
B = 35.17%

CMYK

 C value IS 0.00

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F2CEF3 (or 0xF2CEF3) is known color: Snuff. HEX triplet: F2, CE and F3. RGB value is (242,206,243). Sum of RGB (Red+Green+Blue) = 242+206+243=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2CEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEF3 is #0D310C. Grayscale: #DCDCDC. Windows color (decimal): -864525 or 15978226. OLE color: 15978226.

HSL color Cylindrical-coordinate representation of color #F2CEF3: hue angle of 298.38º degrees, saturation: 0.61, 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 #F2CEF3 is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 206 243 -
CMYK 0.00 0.15 0 0.05
HSL 298.38º 0.61% 0.88% -
HSV(B) 298.38º 0.15% 0.95% -
XYZ 74.87 69.49 94.26 -
YUV 220.98 140.43 142.99 -
System Red Green Blue C M Y K H S L
Decimal 242 206 243 0.00 0.15 0 0.05 298.38 0.61 0.88
Hex F2 CE F3 0 F 0 5 12A 3D 58
Octal 362 316 363 0 17 0 5 452 75 130
Binary 11110010 11001110 11110011 0 1111 0 101 100101010 111101 1011000

Color Harmonies of #F2CEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CEF3

Black with #F2CEF3

Text Example


Text Example

White with #F2CEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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