Html Css Color HEX #FAEDDB Forget Me Not

📋 copy color: '#FAEDDB'

red 250 ◦ green 237 ◦ blue 219

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

Shades of Forget Me Not #FAEDDB

Tints of Forget Me Not #FAEDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.57%

 BLUE value IS 219 (85.94% from 255) = 31.02%

R = 35.41%
G = 33.57%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAEDDB (or 0xFAEDDB) is known color: Forget Me Not. HEX triplet: FA, ED and DB. RGB value is (250,237,219). Sum of RGB (Red+Green+Blue) = 250+237+219=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 219 (85.94% from 255 or 31.02% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDDB is #051224. Grayscale: #EEEEEE. Windows color (decimal): -332325 or 14413306. OLE color: 14413306.

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

Color convert

RGB 250 237 219 -
CMYK 0 0.05 0.12 0.02
HSL 34.84º 0.76% 0.92% -
HSV(B) 34.84º 0.12% 0.98% -
XYZ 82.49 86.01 79.27 -
YUV 238.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 250 237 219 0 0.05 0.12 0.02 34.84 0.76 0.92
Hex FA ED DB 0 5 C 2 23 4C 5C
Octal 372 355 333 0 5 14 2 43 114 134
Binary 11111010 11101101 11011011 0 101 1100 10 100011 1001100 1011100

Color Harmonies of #FAEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDDB

Black with #FAEDDB

Text Example


Text Example

White with #FAEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDDB; }

 p { color: rgb(250,237,219); }

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

background-color css

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

 a { background-color: rgb(250,237,219); }

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

border-color css

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

 span { border-color: rgb(250,237,219); }

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