Html Css Color HEX #FDF1DB Forget Me Not

📋 copy color: '#FDF1DB'

red 253 ◦ green 241 ◦ blue 219

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

Shades of Forget Me Not #FDF1DB

Tints of Forget Me Not #FDF1DB

RGB

 RED value IS 253 (99.22% from 255) = 35.48%

 GREEN value IS 241 (94.53% from 255) = 33.8%

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

R = 35.48%
G = 33.8%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDF1DB (or 0xFDF1DB) is known color: Forget Me Not. HEX triplet: FD, F1 and DB. RGB value is (253,241,219). Sum of RGB (Red+Green+Blue) = 253+241+219=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 219 (85.94% from 255 or 30.72% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1DB is #020E24. Grayscale: #F2F2F2. Windows color (decimal): -134693 or 14414333. OLE color: 14414333.

HSL color Cylindrical-coordinate representation of color #FDF1DB: hue angle of 38.82º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDF1DB is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 241 219 -
CMYK 0 0.05 0.13 0.01
HSL 38.82º 0.89% 0.93% -
HSV(B) 38.82º 0.13% 0.99% -
XYZ 84.75 88.91 79.71 -
YUV 242.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 253 241 219 0 0.05 0.13 0.01 38.82 0.89 0.93
Hex FD F1 DB 0 5 D 1 27 59 5D
Octal 375 361 333 0 5 15 1 47 131 135
Binary 11111101 11110001 11011011 0 101 1101 1 100111 1011001 1011101

Color Harmonies of #FDF1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1DB

Black with #FDF1DB

Text Example


Text Example

White with #FDF1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1DB; }

 p { color: rgb(253,241,219); }

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

background-color css

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

 a { background-color: rgb(253,241,219); }

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

border-color css

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

 span { border-color: rgb(253,241,219); }

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