Html Css Color HEX #E9FACF Snow Flurry

📋 copy color: '#E9FACF'

red 233 ◦ green 250 ◦ blue 207

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

Shades of Snow Flurry #E9FACF

Tints of Snow Flurry #E9FACF

RGB

 RED value IS 233 (91.41% from 255) = 33.77%

 GREEN value IS 250 (98.05% from 255) = 36.23%

 BLUE value IS 207 (81.25% from 255) = 30%

R = 33.77%
G = 36.23%
B = 30%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#E9FACF (or 0xE9FACF) is known color: Snow Flurry. HEX triplet: E9, FA and CF. RGB value is (233,250,207). Sum of RGB (Red+Green+Blue) = 233+250+207=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 207 (81.25% from 255 or 30% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FACF is #160530. Grayscale: #F0F0F0. Windows color (decimal): -1443121 or 13630185. OLE color: 13630185.

HSL color Cylindrical-coordinate representation of color #E9FACF: hue angle of 83.72º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9FACF is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 250 207 -
CMYK 0.07 0 0.17 0.02
HSL 83.72º 0.81% 0.9% -
HSV(B) 83.72º 0.17% 0.98% -
XYZ 79.05 90.2 72.28 -
YUV 240.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 233 250 207 0.07 0 0.17 0.02 83.72 0.81 0.9
Hex E9 FA CF 7 0 11 2 54 51 5A
Octal 351 372 317 7 0 21 2 124 121 132
Binary 11101001 11111010 11001111 111 0 10001 10 1010100 1010001 1011010

Color Harmonies of #E9FACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9FACF

Black with #E9FACF

Text Example


Text Example

White with #E9FACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9FACF; }

 p { color: rgb(233,250,207); }

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

background-color css

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

 a { background-color: rgb(233,250,207); }

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

border-color css

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

 span { border-color: rgb(233,250,207); }

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