Html Css Color HEX #F4D0F2 Snuff

📋 copy color: '#F4D0F2'

red 244 ◦ green 208 ◦ blue 242

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

Shades of Snuff #F4D0F2

Tints of Snuff #F4D0F2

RGB

 RED value IS 244 (95.7% from 255) = 35.16%

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

 BLUE value IS 242 (94.92% from 255) = 34.87%

R = 35.16%
G = 29.97%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F4D0F2 (or 0xF4D0F2) is known color: Snuff. HEX triplet: F4, D0 and F2. RGB value is (244,208,242). Sum of RGB (Red+Green+Blue) = 244+208+242=694 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.16% from 694); Green value is 208 (81.64% from 255 or 29.97% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D0F2 is #0B2F0D. Grayscale: #DEDEDE. Windows color (decimal): -732942 or 15913204. OLE color: 15913204.

HSL color Cylindrical-coordinate representation of color #F4D0F2: hue angle of 303.33º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4D0F2 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 208 242 -
CMYK 0 0.15 0.01 0.04
HSL 303.33º 0.62% 0.89% -
HSV(B) 303.33º 0.15% 0.96% -
XYZ 75.89 70.76 93.66 -
YUV 222.64 138.93 143.24 -
System Red Green Blue C M Y K H S L
Decimal 244 208 242 0 0.15 0.01 0.04 303.33 0.62 0.89
Hex F4 D0 F2 0 F 1 4 12F 3E 59
Octal 364 320 362 0 17 1 4 457 76 131
Binary 11110100 11010000 11110010 0 1111 1 100 100101111 111110 1011001

Color Harmonies of #F4D0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D0F2

Black with #F4D0F2

Text Example


Text Example

White with #F4D0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D0F2; }

 p { color: rgb(244,208,242); }

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

background-color css

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

 a { background-color: rgb(244,208,242); }

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

border-color css

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

 span { border-color: rgb(244,208,242); }

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