Html Css Color HEX #FDFDDA Light Yellow

📋 copy color: '#FDFDDA'

red 253 ◦ green 253 ◦ blue 218

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

Shades of Light Yellow #FDFDDA

Tints of Light Yellow #FDFDDA

RGB

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

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

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

R = 34.94%
G = 34.94%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDFDDA (or 0xFDFDDA) is known color: Light Yellow. HEX triplet: FD, FD and DA. RGB value is (253,253,218). Sum of RGB (Red+Green+Blue) = 253+253+218=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 218 (85.55% from 255 or 30.11% from 724); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDDA is #020225. Grayscale: #F9F9F9. Windows color (decimal): -131622 or 14351869. OLE color: 14351869.

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

Color convert

RGB 253 253 218 -
CMYK 0 0 0.14 0.01
HSL 60º 0.9% 0.92% -
HSV(B) 60º 0.14% 0.99% -
XYZ 88.29 96.2 80.24 -
YUV 249.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 253 253 218 0 0 0.14 0.01 60 0.9 0.92
Hex FD FD DA 0 0 E 1 3C 5A 5C
Octal 375 375 332 0 0 16 1 74 132 134
Binary 11111101 11111101 11011010 0 0 1110 1 111100 1011010 1011100

Color Harmonies of #FDFDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDDA

Black with #FDFDDA

Text Example


Text Example

White with #FDFDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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