Html Css Color HEX #FDF1DF Forget Me Not

📋 copy color: '#FDF1DF'

red 253 ◦ green 241 ◦ blue 223

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

Shades of Forget Me Not #FDF1DF

Tints of Forget Me Not #FDF1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 31.1%

R = 35.29%
G = 33.61%
B = 31.1%

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

#FDF1DF (or 0xFDF1DF) is known color: Forget Me Not. HEX triplet: FD, F1 and DF. RGB value is (253,241,223). Sum of RGB (Red+Green+Blue) = 253+241+223=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 223 (87.5% from 255 or 31.10% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1DF is #020E20. Grayscale: #F2F2F2. Windows color (decimal): -134689 or 14676477. OLE color: 14676477.

HSL color Cylindrical-coordinate representation of color #FDF1DF: hue angle of 36º degrees, saturation: 0.88, 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 #FDF1DF is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 241 223 -
CMYK 0 0.05 0.12 0.01
HSL 36º 0.88% 0.93% -
HSV(B) 36º 0.12% 0.99% -
XYZ 85.28 89.12 82.52 -
YUV 242.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 253 241 223 0 0.05 0.12 0.01 36 0.88 0.93
Hex FD F1 DF 0 5 C 1 24 58 5D
Octal 375 361 337 0 5 14 1 44 130 135
Binary 11111101 11110001 11011111 0 101 1100 1 100100 1011000 1011101

Color Harmonies of #FDF1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1DF

Black with #FDF1DF

Text Example


Text Example

White with #FDF1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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