Html Css Color HEX #FDEFDC Forget Me Not

📋 copy color: '#FDEFDC'

red 253 ◦ green 239 ◦ blue 220

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

Shades of Forget Me Not #FDEFDC

Tints of Forget Me Not #FDEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.57%

 BLUE value IS 220 (86.33% from 255) = 30.9%

R = 35.53%
G = 33.57%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDEFDC (or 0xFDEFDC) is known color: Forget Me Not. HEX triplet: FD, EF and DC. RGB value is (253,239,220). Sum of RGB (Red+Green+Blue) = 253+239+220=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFDC is #021023. Grayscale: #F1F1F1. Windows color (decimal): -135204 or 14479357. OLE color: 14479357.

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

Color convert

RGB 253 239 220 -
CMYK 0 0.06 0.13 0.01
HSL 34.55º 0.89% 0.93% -
HSV(B) 34.55º 0.13% 0.99% -
XYZ 84.29 87.78 80.21 -
YUV 241.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 253 239 220 0 0.06 0.13 0.01 34.55 0.89 0.93
Hex FD EF DC 0 6 D 1 23 59 5D
Octal 375 357 334 0 6 15 1 43 131 135
Binary 11111101 11101111 11011100 0 110 1101 1 100011 1011001 1011101

Color Harmonies of #FDEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEFDC

Black with #FDEFDC

Text Example


Text Example

White with #FDEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEFDC; }

 p { color: rgb(253,239,220); }

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

background-color css

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

 a { background-color: rgb(253,239,220); }

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

border-color css

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

 span { border-color: rgb(253,239,220); }

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