Html Css Color HEX #F0FDD7 Snow Flurry

📋 copy color: '#F0FDD7'

red 240 ◦ green 253 ◦ blue 215

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

Shades of Snow Flurry #F0FDD7

Tints of Snow Flurry #F0FDD7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.73%

 BLUE value IS 215 (84.38% from 255) = 30.37%

R = 33.9%
G = 35.73%
B = 30.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#F0FDD7 (or 0xF0FDD7) is known color: Snow Flurry. HEX triplet: F0, FD and D7. RGB value is (240,253,215). Sum of RGB (Red+Green+Blue) = 240+253+215=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 253 (99.22% from 255 or 35.73% from 708); Blue value is 215 (84.38% from 255 or 30.37% from 708); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDD7 is #0F0228. Grayscale: #F4F4F4. Windows color (decimal): -983593 or 14155248. OLE color: 14155248.

HSL color Cylindrical-coordinate representation of color #F0FDD7: hue angle of 80.53º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0FDD7 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 253 215 -
CMYK 0.05 0 0.15 0.01
HSL 80.53º 0.9% 0.92% -
HSV(B) 80.53º 0.15% 0.99% -
XYZ 83.33 93.68 77.98 -
YUV 244.78 111.19 124.59 -
System Red Green Blue C M Y K H S L
Decimal 240 253 215 0.05 0 0.15 0.01 80.53 0.9 0.92
Hex F0 FD D7 5 0 F 1 51 5A 5C
Octal 360 375 327 5 0 17 1 121 132 134
Binary 11110000 11111101 11010111 101 0 1111 1 1010001 1011010 1011100

Color Harmonies of #F0FDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FDD7

Black with #F0FDD7

Text Example


Text Example

White with #F0FDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FDD7; }

 p { color: rgb(240,253,215); }

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

background-color css

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

 a { background-color: rgb(240,253,215); }

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

border-color css

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

 span { border-color: rgb(240,253,215); }

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