Html Css Color HEX #FDFCDB Light Yellow

📋 copy color: '#FDFCDB'

red 253 ◦ green 252 ◦ blue 219

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

Shades of Light Yellow #FDFCDB

Tints of Light Yellow #FDFCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 34.81%

 BLUE value IS 219 (85.94% from 255) = 30.25%

R = 34.94%
G = 34.81%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDFCDB (or 0xFDFCDB) is known color: Light Yellow. HEX triplet: FD, FC and DB. RGB value is (253,252,219). Sum of RGB (Red+Green+Blue) = 253+252+219=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 252 (98.83% from 255 or 34.81% from 724); Blue value is 219 (85.94% from 255 or 30.25% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCDB is #020324. Grayscale: #F8F8F8. Windows color (decimal): -131877 or 14417149. OLE color: 14417149.

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

Color convert

RGB 253 252 219 -
CMYK 0 0.00 0.13 0.01
HSL 58.24º 0.89% 0.93% -
HSV(B) 58.24º 0.13% 0.99% -
XYZ 88.1 95.62 80.83 -
YUV 248.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 253 252 219 0 0.00 0.13 0.01 58.24 0.89 0.93
Hex FD FC DB 0 0 D 1 3A 59 5D
Octal 375 374 333 0 0 15 1 72 131 135
Binary 11111101 11111100 11011011 0 0 1101 1 111010 1011001 1011101

Color Harmonies of #FDFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCDB

Black with #FDFCDB

Text Example


Text Example

White with #FDFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCDB; }

 p { color: rgb(253,252,219); }

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

background-color css

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

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

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

border-color css

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

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

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