Html Css Color HEX #F0FDD5 Snow Flurry

📋 copy color: '#F0FDD5'

red 240 ◦ green 253 ◦ blue 213

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

Shades of Snow Flurry #F0FDD5

Tints of Snow Flurry #F0FDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30.17%

R = 33.99%
G = 35.84%
B = 30.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#F0FDD5 (or 0xF0FDD5) is known color: Snow Flurry. HEX triplet: F0, FD and D5. RGB value is (240,253,213). Sum of RGB (Red+Green+Blue) = 240+253+213=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 213 (83.59% from 255 or 30.17% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDD5 is #0F022A. Grayscale: #F4F4F4. Windows color (decimal): -983595 or 14024176. OLE color: 14024176.

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

Color convert

RGB 240 253 213 -
CMYK 0.05 0 0.16 0.01
HSL 79.5º 0.91% 0.91% -
HSV(B) 79.5º 0.16% 0.99% -
XYZ 83.07 93.58 76.64 -
YUV 244.55 110.19 124.75 -
System Red Green Blue C M Y K H S L
Decimal 240 253 213 0.05 0 0.16 0.01 79.5 0.91 0.91
Hex F0 FD D5 5 0 10 1 50 5B 5B
Octal 360 375 325 5 0 20 1 120 133 133
Binary 11110000 11111101 11010101 101 0 10000 1 1010000 1011011 1011011

Color Harmonies of #F0FDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FDD5

Black with #F0FDD5

Text Example


Text Example

White with #F0FDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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