Html Css Color HEX #FDFBB4 Shalimar

📋 copy color: '#FDFBB4'

red 253 ◦ green 251 ◦ blue 180

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

Shades of Shalimar #FDFBB4

Tints of Shalimar #FDFBB4

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.7%

 BLUE value IS 180 (70.7% from 255) = 26.32%

R = 36.99%
G = 36.7%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDFBB4 (or 0xFDFBB4) is known color: Shalimar. HEX triplet: FD, FB and B4. RGB value is (253,251,180). Sum of RGB (Red+Green+Blue) = 253+251+180=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 180 (70.70% from 255 or 26.32% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBB4 is #02044B. Grayscale: #F3F3F3. Windows color (decimal): -132172 or 11860989. OLE color: 11860989.

HSL color Cylindrical-coordinate representation of color #FDFBB4: hue angle of 58.36º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDFBB4 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 251 180 -
CMYK 0 0.01 0.29 0.01
HSL 58.36º 0.95% 0.85% -
HSV(B) 58.36º 0.29% 0.99% -
XYZ 83.24 93.17 56.78 -
YUV 243.5 92.16 134.77 -
System Red Green Blue C M Y K H S L
Decimal 253 251 180 0 0.01 0.29 0.01 58.36 0.95 0.85
Hex FD FB B4 0 1 1D 1 3A 5F 55
Octal 375 373 264 0 1 35 1 72 137 125
Binary 11111101 11111011 10110100 0 1 11101 1 111010 1011111 1010101

Color Harmonies of #FDFBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBB4

Black with #FDFBB4

Text Example


Text Example

White with #FDFBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBB4; }

 p { color: rgb(253,251,180); }

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

background-color css

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

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

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

border-color css

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

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

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