Html Css Color HEX #F2C2EE Snuff

📋 copy color: '#F2C2EE'

red 242 ◦ green 194 ◦ blue 238

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

Shades of Snuff #F2C2EE

Tints of Snuff #F2C2EE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.78%

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

R = 35.91%
G = 28.78%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2C2EE (or 0xF2C2EE) is known color: Snuff. HEX triplet: F2, C2 and EE. RGB value is (242,194,238). Sum of RGB (Red+Green+Blue) = 242+194+238=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 194 (76.17% from 255 or 28.78% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C2EE is #0D3D11. Grayscale: #D5D5D5. Windows color (decimal): -867602 or 15647474. OLE color: 15647474.

HSL color Cylindrical-coordinate representation of color #F2C2EE: hue angle of 305º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2C2EE is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 194 238 -
CMYK 0 0.20 0.02 0.05
HSL 305º 0.65% 0.85% -
HSV(B) 305º 0.2% 0.95% -
XYZ 71.34 63.63 89.41 -
YUV 213.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 242 194 238 0 0.20 0.02 0.05 305 0.65 0.85
Hex F2 C2 EE 0 14 2 5 131 41 55
Octal 362 302 356 0 24 2 5 461 101 125
Binary 11110010 11000010 11101110 0 10100 10 101 100110001 1000001 1010101

Color Harmonies of #F2C2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C2EE

Black with #F2C2EE

Text Example


Text Example

White with #F2C2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C2EE; }

 p { color: rgb(242,194,238); }

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

background-color css

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

 a { background-color: rgb(242,194,238); }

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

border-color css

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

 span { border-color: rgb(242,194,238); }

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