Html Css Color HEX #F1D0EA Snuff

📋 copy color: '#F1D0EA'

red 241 ◦ green 208 ◦ blue 234

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

Shades of Snuff #F1D0EA

Tints of Snuff #F1D0EA

RGB

 RED value IS 241 (94.53% from 255) = 35.29%

 GREEN value IS 208 (81.64% from 255) = 30.45%

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

R = 35.29%
G = 30.45%
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

#F1D0EA (or 0xF1D0EA) is known color: Snuff. HEX triplet: F1, D0 and EA. RGB value is (241,208,234). Sum of RGB (Red+Green+Blue) = 241+208+234=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D0EA is #0E2F15. Grayscale: #DCDCDC. Windows color (decimal): -929558 or 15388913. OLE color: 15388913.

HSL color Cylindrical-coordinate representation of color #F1D0EA: hue angle of 312.73º degrees, saturation: 0.54, 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 #F1D0EA is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 208 234 -
CMYK 0 0.14 0.03 0.05
HSL 312.73º 0.54% 0.88% -
HSV(B) 312.73º 0.14% 0.95% -
XYZ 73.68 69.75 87.42 -
YUV 220.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 241 208 234 0 0.14 0.03 0.05 312.73 0.54 0.88
Hex F1 D0 EA 0 E 3 5 139 36 58
Octal 361 320 352 0 16 3 5 471 66 130
Binary 11110001 11010000 11101010 0 1110 11 101 100111001 110110 1011000

Color Harmonies of #F1D0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D0EA

Black with #F1D0EA

Text Example


Text Example

White with #F1D0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D0EA; }

 p { color: rgb(241,208,234); }

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

background-color css

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

 a { background-color: rgb(241,208,234); }

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

border-color css

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

 span { border-color: rgb(241,208,234); }

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