Html Css Color HEX #FDF1DE Forget Me Not

📋 copy color: '#FDF1DE'

red 253 ◦ green 241 ◦ blue 222

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

Shades of Forget Me Not #FDF1DE

Tints of Forget Me Not #FDF1DE

RGB

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

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

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

R = 35.34%
G = 33.66%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDF1DE (or 0xFDF1DE) is known color: Forget Me Not. HEX triplet: FD, F1 and DE. RGB value is (253,241,222). Sum of RGB (Red+Green+Blue) = 253+241+222=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 222 (87.11% from 255 or 31.01% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1DE is #020E21. Grayscale: #F2F2F2. Windows color (decimal): -134690 or 14610941. OLE color: 14610941.

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

Color convert

RGB 253 241 222 -
CMYK 0 0.05 0.12 0.01
HSL 36.77º 0.89% 0.93% -
HSV(B) 36.77º 0.12% 0.99% -
XYZ 85.15 89.07 81.81 -
YUV 242.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 253 241 222 0 0.05 0.12 0.01 36.77 0.89 0.93
Hex FD F1 DE 0 5 C 1 25 59 5D
Octal 375 361 336 0 5 14 1 45 131 135
Binary 11111101 11110001 11011110 0 101 1100 1 100101 1011001 1011101

Color Harmonies of #FDF1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1DE

Black with #FDF1DE

Text Example


Text Example

White with #FDF1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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