Html Css Color HEX #F2C3EE Snuff

📋 copy color: '#F2C3EE'

red 242 ◦ green 195 ◦ blue 238

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

Shades of Snuff #F2C3EE

Tints of Snuff #F2C3EE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.89%

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

R = 35.85%
G = 28.89%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2C3EE (or 0xF2C3EE) is known color: Snuff. HEX triplet: F2, C3 and EE. RGB value is (242,195,238). Sum of RGB (Red+Green+Blue) = 242+195+238=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 195 (76.56% from 255 or 28.89% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C3EE is #0D3C11. Grayscale: #D5D5D5. Windows color (decimal): -867346 or 15647730. OLE color: 15647730.

HSL color Cylindrical-coordinate representation of color #F2C3EE: hue angle of 305.11º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2C3EE is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 195 238 -
CMYK 0 0.19 0.02 0.05
HSL 305.11º 0.64% 0.86% -
HSV(B) 305.11º 0.19% 0.95% -
XYZ 71.57 64.08 89.49 -
YUV 213.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 242 195 238 0 0.19 0.02 0.05 305.11 0.64 0.86
Hex F2 C3 EE 0 13 2 5 131 40 56
Octal 362 303 356 0 23 2 5 461 100 126
Binary 11110010 11000011 11101110 0 10011 10 101 100110001 1000000 1010110

Color Harmonies of #F2C3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C3EE

Black with #F2C3EE

Text Example


Text Example

White with #F2C3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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