Html Css Color HEX #F0D5EA Snuff

📋 copy color: '#F0D5EA'

red 240 ◦ green 213 ◦ blue 234

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

Shades of Snuff #F0D5EA

Tints of Snuff #F0D5EA

RGB

 RED value IS 240 (94.14% from 255) = 34.93%

 GREEN value IS 213 (83.59% from 255) = 31%

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

R = 34.93%
G = 31%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0D5EA (or 0xF0D5EA) is known color: Snuff. HEX triplet: F0, D5 and EA. RGB value is (240,213,234). Sum of RGB (Red+Green+Blue) = 240+213+234=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 213 (83.59% from 255 or 31.00% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D5EA is #0F2A15. Grayscale: #DFDFDF. Windows color (decimal): -993814 or 15390192. OLE color: 15390192.

HSL color Cylindrical-coordinate representation of color #F0D5EA: hue angle of 313.33º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0D5EA is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 213 234 -
CMYK 0 0.11 0.02 0.06
HSL 313.33º 0.47% 0.89% -
HSV(B) 313.33º 0.11% 0.94% -
XYZ 74.58 72.05 87.82 -
YUV 223.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 240 213 234 0 0.11 0.02 0.06 313.33 0.47 0.89
Hex F0 D5 EA 0 B 2 6 139 2F 59
Octal 360 325 352 0 13 2 6 471 57 131
Binary 11110000 11010101 11101010 0 1011 10 110 100111001 101111 1011001

Color Harmonies of #F0D5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D5EA

Black with #F0D5EA

Text Example


Text Example

White with #F0D5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D5EA; }

 p { color: rgb(240,213,234); }

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

background-color css

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

 a { background-color: rgb(240,213,234); }

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

border-color css

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

 span { border-color: rgb(240,213,234); }

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