Html Css Color HEX #FDEFDA Forget Me Not

📋 copy color: '#FDEFDA'

red 253 ◦ green 239 ◦ blue 218

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

Shades of Forget Me Not #FDEFDA

Tints of Forget Me Not #FDEFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.7%

R = 35.63%
G = 33.66%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDEFDA (or 0xFDEFDA) is known color: Forget Me Not. HEX triplet: FD, EF and DA. RGB value is (253,239,218). Sum of RGB (Red+Green+Blue) = 253+239+218=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 218 (85.55% from 255 or 30.70% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFDA is #021025. Grayscale: #F0F0F0. Windows color (decimal): -135206 or 14348285. OLE color: 14348285.

HSL color Cylindrical-coordinate representation of color #FDEFDA: hue angle of 36º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDEFDA is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 239 218 -
CMYK 0 0.06 0.14 0.01
HSL 36º 0.9% 0.92% -
HSV(B) 36º 0.14% 0.99% -
XYZ 84.03 87.68 78.82 -
YUV 240.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 253 239 218 0 0.06 0.14 0.01 36 0.9 0.92
Hex FD EF DA 0 6 E 1 24 5A 5C
Octal 375 357 332 0 6 16 1 44 132 134
Binary 11111101 11101111 11011010 0 110 1110 1 100100 1011010 1011100

Color Harmonies of #FDEFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEFDA

Black with #FDEFDA

Text Example


Text Example

White with #FDEFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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