Html Css Color HEX #F2D6EB Snuff

📋 copy color: '#F2D6EB'

red 242 ◦ green 214 ◦ blue 235

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

Shades of Snuff #F2D6EB

Tints of Snuff #F2D6EB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.97%

 BLUE value IS 235 (92.19% from 255) = 34.01%

R = 35.02%
G = 30.97%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2D6EB (or 0xF2D6EB) is known color: Snuff. HEX triplet: F2, D6 and EB. RGB value is (242,214,235). Sum of RGB (Red+Green+Blue) = 242+214+235=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D6EB is #0D2914. Grayscale: #E0E0E0. Windows color (decimal): -862485 or 15455986. OLE color: 15455986.

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

Color convert

RGB 242 214 235 -
CMYK 0 0.12 0.03 0.05
HSL 315º 0.52% 0.89% -
HSV(B) 315º 0.12% 0.95% -
XYZ 75.66 72.97 88.69 -
YUV 224.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 242 214 235 0 0.12 0.03 0.05 315 0.52 0.89
Hex F2 D6 EB 0 C 3 5 13B 34 59
Octal 362 326 353 0 14 3 5 473 64 131
Binary 11110010 11010110 11101011 0 1100 11 101 100111011 110100 1011001

Color Harmonies of #F2D6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D6EB

Black with #F2D6EB

Text Example


Text Example

White with #F2D6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D6EB; }

 p { color: rgb(242,214,235); }

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

background-color css

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

 a { background-color: rgb(242,214,235); }

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

border-color css

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

 span { border-color: rgb(242,214,235); }

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