Html Css Color HEX #FDEFDF Forget Me Not

📋 copy color: '#FDEFDF'

red 253 ◦ green 239 ◦ blue 223

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

Shades of Forget Me Not #FDEFDF

Tints of Forget Me Not #FDEFDF

RGB

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

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

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

R = 35.38%
G = 33.43%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDEFDF (or 0xFDEFDF) is known color: Forget Me Not. HEX triplet: FD, EF and DF. RGB value is (253,239,223). Sum of RGB (Red+Green+Blue) = 253+239+223=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 223 (87.5% from 255 or 31.19% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFDF is #021020. Grayscale: #F1F1F1. Windows color (decimal): -135201 or 14675965. OLE color: 14675965.

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

Color convert

RGB 253 239 223 -
CMYK 0 0.06 0.12 0.01
HSL 32º 0.88% 0.93% -
HSV(B) 32º 0.12% 0.99% -
XYZ 84.69 87.94 82.32 -
YUV 241.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 253 239 223 0 0.06 0.12 0.01 32 0.88 0.93
Hex FD EF DF 0 6 C 1 20 58 5D
Octal 375 357 337 0 6 14 1 40 130 135
Binary 11111101 11101111 11011111 0 110 1100 1 100000 1011000 1011101

Color Harmonies of #FDEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEFDF

Black with #FDEFDF

Text Example


Text Example

White with #FDEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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