Html Css Color HEX #FAEEDE Forget Me Not

📋 copy color: '#FAEEDE'

red 250 ◦ green 238 ◦ blue 222

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

Shades of Forget Me Not #FAEEDE

Tints of Forget Me Not #FAEEDE

RGB

 RED value IS 250 (98.05% from 255) = 35.21%

 GREEN value IS 238 (93.36% from 255) = 33.52%

 BLUE value IS 222 (87.11% from 255) = 31.27%

R = 35.21%
G = 33.52%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAEEDE (or 0xFAEEDE) is known color: Forget Me Not. HEX triplet: FA, EE and DE. RGB value is (250,238,222). Sum of RGB (Red+Green+Blue) = 250+238+222=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 222 (87.11% from 255 or 31.27% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEDE is #051121. Grayscale: #EFEFEF. Windows color (decimal): -332066 or 14610170. OLE color: 14610170.

HSL color Cylindrical-coordinate representation of color #FAEEDE: hue angle of 34.29º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAEEDE is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 238 222 -
CMYK 0 0.05 0.11 0.02
HSL 34.29º 0.74% 0.93% -
HSV(B) 34.29º 0.11% 0.98% -
XYZ 83.18 86.75 81.47 -
YUV 239.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 250 238 222 0 0.05 0.11 0.02 34.29 0.74 0.93
Hex FA EE DE 0 5 B 2 22 4A 5D
Octal 372 356 336 0 5 13 2 42 112 135
Binary 11111010 11101110 11011110 0 101 1011 10 100010 1001010 1011101

Color Harmonies of #FAEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEDE

Black with #FAEEDE

Text Example


Text Example

White with #FAEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEDE; }

 p { color: rgb(250,238,222); }

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

background-color css

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

 a { background-color: rgb(250,238,222); }

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

border-color css

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

 span { border-color: rgb(250,238,222); }

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