Html Css Color HEX #FDF2AB Shalimar

📋 copy color: '#FDF2AB'

red 253 ◦ green 242 ◦ blue 171

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

Shades of Shalimar #FDF2AB

Tints of Shalimar #FDF2AB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.34%

 BLUE value IS 171 (67.19% from 255) = 25.68%

R = 37.99%
G = 36.34%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDF2AB (or 0xFDF2AB) is known color: Shalimar. HEX triplet: FD, F2 and AB. RGB value is (253,242,171). Sum of RGB (Red+Green+Blue) = 253+242+171=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 171 (67.19% from 255 or 25.68% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF2AB is #020D54. Grayscale: #EDEDED. Windows color (decimal): -134485 or 11268861. OLE color: 11268861.

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

Color convert

RGB 253 242 171 -
CMYK 0 0.04 0.32 0.01
HSL 51.95º 0.95% 0.83% -
HSV(B) 51.95º 0.32% 0.99% -
XYZ 79.61 87.33 51.19 -
YUV 237.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 253 242 171 0 0.04 0.32 0.01 51.95 0.95 0.83
Hex FD F2 AB 0 4 20 1 34 5F 53
Octal 375 362 253 0 4 40 1 64 137 123
Binary 11111101 11110010 10101011 0 100 100000 1 110100 1011111 1010011

Color Harmonies of #FDF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2AB

Black with #FDF2AB

Text Example


Text Example

White with #FDF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2AB; }

 p { color: rgb(253,242,171); }

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

background-color css

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

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

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

border-color css

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

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

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