Html Css Color HEX #FAEFE0 Forget Me Not

📋 copy color: '#FAEFE0'

red 250 ◦ green 239 ◦ blue 224

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

Shades of Forget Me Not #FAEFE0

Tints of Forget Me Not #FAEFE0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.52%

 BLUE value IS 224 (87.89% from 255) = 31.42%

R = 35.06%
G = 33.52%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAEFE0 (or 0xFAEFE0) is known color: Forget Me Not. HEX triplet: FA, EF and E0. RGB value is (250,239,224). Sum of RGB (Red+Green+Blue) = 250+239+224=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 224 (87.89% from 255 or 31.42% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFE0 is #05101F. Grayscale: #F0F0F0. Windows color (decimal): -331808 or 14741498. OLE color: 14741498.

HSL color Cylindrical-coordinate representation of color #FAEFE0: hue angle of 34.62º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAEFE0 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 239 224 -
CMYK 0 0.04 0.10 0.02
HSL 34.62º 0.72% 0.93% -
HSV(B) 34.62º 0.1% 0.98% -
XYZ 83.75 87.44 82.98 -
YUV 240.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 250 239 224 0 0.04 0.10 0.02 34.62 0.72 0.93
Hex FA EF E0 0 4 A 2 23 48 5D
Octal 372 357 340 0 4 12 2 43 110 135
Binary 11111010 11101111 11100000 0 100 1010 10 100011 1001000 1011101

Color Harmonies of #FAEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEFE0

Black with #FAEFE0

Text Example


Text Example

White with #FAEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEFE0; }

 p { color: rgb(250,239,224); }

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

background-color css

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

 a { background-color: rgb(250,239,224); }

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

border-color css

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

 span { border-color: rgb(250,239,224); }

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