Html Css Color HEX #F2CFEA Snuff

📋 copy color: '#F2CFEA'

red 242 ◦ green 207 ◦ blue 234

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

Shades of Snuff #F2CFEA

Tints of Snuff #F2CFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.31%

 BLUE value IS 234 (91.8% from 255) = 34.26%

R = 35.43%
G = 30.31%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2CFEA (or 0xF2CFEA) is known color: Snuff. HEX triplet: F2, CF and EA. RGB value is (242,207,234). Sum of RGB (Red+Green+Blue) = 242+207+234=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFEA is #0D3015. Grayscale: #DCDCDC. Windows color (decimal): -864278 or 15388658. OLE color: 15388658.

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

Color convert

RGB 242 207 234 -
CMYK 0 0.14 0.03 0.05
HSL 313.71º 0.57% 0.88% -
HSV(B) 313.71º 0.14% 0.95% -
XYZ 73.78 69.44 87.36 -
YUV 220.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 242 207 234 0 0.14 0.03 0.05 313.71 0.57 0.88
Hex F2 CF EA 0 E 3 5 13A 39 58
Octal 362 317 352 0 16 3 5 472 71 130
Binary 11110010 11001111 11101010 0 1110 11 101 100111010 111001 1011000

Color Harmonies of #F2CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFEA

Black with #F2CFEA

Text Example


Text Example

White with #F2CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFEA; }

 p { color: rgb(242,207,234); }

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

background-color css

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

 a { background-color: rgb(242,207,234); }

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

border-color css

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

 span { border-color: rgb(242,207,234); }

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