Html Css Color HEX #FDFBAF Shalimar

📋 copy color: '#FDFBAF'

red 253 ◦ green 251 ◦ blue 175

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

Shades of Shalimar #FDFBAF

Tints of Shalimar #FDFBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 25.77%

R = 37.26%
G = 36.97%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDFBAF (or 0xFDFBAF) is known color: Shalimar. HEX triplet: FD, FB and AF. RGB value is (253,251,175). Sum of RGB (Red+Green+Blue) = 253+251+175=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 175 (68.75% from 255 or 25.77% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBAF is #020450. Grayscale: #F3F3F3. Windows color (decimal): -132177 or 11533309. OLE color: 11533309.

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

Color convert

RGB 253 251 175 -
CMYK 0 0.01 0.31 0.01
HSL 58.46º 0.95% 0.84% -
HSV(B) 58.46º 0.31% 0.99% -
XYZ 82.74 92.97 54.14 -
YUV 242.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 253 251 175 0 0.01 0.31 0.01 58.46 0.95 0.84
Hex FD FB AF 0 1 1F 1 3A 5F 54
Octal 375 373 257 0 1 37 1 72 137 124
Binary 11111101 11111011 10101111 0 1 11111 1 111010 1011111 1010100

Color Harmonies of #FDFBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBAF

Black with #FDFBAF

Text Example


Text Example

White with #FDFBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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