Html Css Color HEX #F2DBEE Snuff

📋 copy color: '#F2DBEE'

red 242 ◦ green 219 ◦ blue 238

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

Shades of Snuff #F2DBEE

Tints of Snuff #F2DBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.33%

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

R = 34.62%
G = 31.33%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2DBEE (or 0xF2DBEE) is known color: Snuff. HEX triplet: F2, DB and EE. RGB value is (242,219,238). Sum of RGB (Red+Green+Blue) = 242+219+238=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DBEE is #0D2411. Grayscale: #E3E3E3. Windows color (decimal): -861202 or 15653874. OLE color: 15653874.

HSL color Cylindrical-coordinate representation of color #F2DBEE: hue angle of 310.43º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DBEE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 219 238 -
CMYK 0 0.10 0.02 0.05
HSL 310.43º 0.47% 0.9% -
HSV(B) 310.43º 0.1% 0.95% -
XYZ 77.38 75.71 91.42 -
YUV 228.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 242 219 238 0 0.10 0.02 0.05 310.43 0.47 0.9
Hex F2 DB EE 0 A 2 5 136 2F 5A
Octal 362 333 356 0 12 2 5 466 57 132
Binary 11110010 11011011 11101110 0 1010 10 101 100110110 101111 1011010

Color Harmonies of #F2DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DBEE

Black with #F2DBEE

Text Example


Text Example

White with #F2DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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