Html Css Color HEX #FAF0E1 Forget Me Not

📋 copy color: '#FAF0E1'

red 250 ◦ green 240 ◦ blue 225

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

Shades of Forget Me Not #FAF0E1

Tints of Forget Me Not #FAF0E1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.57%

 BLUE value IS 225 (88.28% from 255) = 31.47%

R = 34.97%
G = 33.57%
B = 31.47%

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

#FAF0E1 (or 0xFAF0E1) is known color: Forget Me Not. HEX triplet: FA, F0 and E1. RGB value is (250,240,225). Sum of RGB (Red+Green+Blue) = 250+240+225=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 225 (88.28% from 255 or 31.47% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0E1 is #050F1E. Grayscale: #F1F1F1. Windows color (decimal): -331551 or 14807290. OLE color: 14807290.

HSL color Cylindrical-coordinate representation of color #FAF0E1: hue angle of 36º degrees, saturation: 0.71, 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 #FAF0E1 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 240 225 -
CMYK 0 0.04 0.10 0.02
HSL 36º 0.71% 0.93% -
HSV(B) 36º 0.1% 0.98% -
XYZ 84.18 88.08 83.8 -
YUV 241.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 250 240 225 0 0.04 0.10 0.02 36 0.71 0.93
Hex FA F0 E1 0 4 A 2 24 47 5D
Octal 372 360 341 0 4 12 2 44 107 135
Binary 11111010 11110000 11100001 0 100 1010 10 100100 1000111 1011101

Color Harmonies of #FAF0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0E1

Black with #FAF0E1

Text Example


Text Example

White with #FAF0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0E1; }

 p { color: rgb(250,240,225); }

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

background-color css

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

 a { background-color: rgb(250,240,225); }

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

border-color css

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

 span { border-color: rgb(250,240,225); }

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