Html Css Color HEX #FDFDDD Light Yellow

📋 copy color: '#FDFDDD'

red 253 ◦ green 253 ◦ blue 221

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

Shades of Light Yellow #FDFDDD

Tints of Light Yellow #FDFDDD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.8%

 BLUE value IS 221 (86.72% from 255) = 30.4%

R = 34.8%
G = 34.8%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDFDDD (or 0xFDFDDD) is known color: Light Yellow. HEX triplet: FD, FD and DD. RGB value is (253,253,221). Sum of RGB (Red+Green+Blue) = 253+253+221=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 253 (99.22% from 255 or 34.80% from 727); Blue value is 221 (86.72% from 255 or 30.40% from 727); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDDD is #020222. Grayscale: #F9F9F9. Windows color (decimal): -131619 or 14548477. OLE color: 14548477.

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

Color convert

RGB 253 253 221 -
CMYK 0 0 0.13 0.01
HSL 60º 0.89% 0.93% -
HSV(B) 60º 0.13% 0.99% -
XYZ 88.68 96.35 82.33 -
YUV 249.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 253 253 221 0 0 0.13 0.01 60 0.89 0.93
Hex FD FD DD 0 0 D 1 3C 59 5D
Octal 375 375 335 0 0 15 1 74 131 135
Binary 11111101 11111101 11011101 0 0 1101 1 111100 1011001 1011101

Color Harmonies of #FDFDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDDD

Black with #FDFDDD

Text Example


Text Example

White with #FDFDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDDD; }

 p { color: rgb(253,253,221); }

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

background-color css

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

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

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

border-color css

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

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

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