Html Css Color HEX #FDF0DF Forget Me Not

📋 copy color: '#FDF0DF'

red 253 ◦ green 240 ◦ blue 223

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

Shades of Forget Me Not #FDF0DF

Tints of Forget Me Not #FDF0DF

RGB

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

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

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

R = 35.34%
G = 33.52%
B = 31.15%

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

#FDF0DF (or 0xFDF0DF) is known color: Forget Me Not. HEX triplet: FD, F0 and DF. RGB value is (253,240,223). Sum of RGB (Red+Green+Blue) = 253+240+223=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 223 (87.5% from 255 or 31.15% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0DF is #020F20. Grayscale: #F2F2F2. Windows color (decimal): -134945 or 14676221. OLE color: 14676221.

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

Color convert

RGB 253 240 223 -
CMYK 0 0.05 0.12 0.01
HSL 34º 0.88% 0.93% -
HSV(B) 34º 0.12% 0.99% -
XYZ 84.99 88.53 82.42 -
YUV 241.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 253 240 223 0 0.05 0.12 0.01 34 0.88 0.93
Hex FD F0 DF 0 5 C 1 22 58 5D
Octal 375 360 337 0 5 14 1 42 130 135
Binary 11111101 11110000 11011111 0 101 1100 1 100010 1011000 1011101

Color Harmonies of #FDF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0DF

Black with #FDF0DF

Text Example


Text Example

White with #FDF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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