Html Css Color HEX #FDFDAF Shalimar

📋 copy color: '#FDFDAF'

red 253 ◦ green 253 ◦ blue 175

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

Shades of Shalimar #FDFDAF

Tints of Shalimar #FDFDAF

RGB

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

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

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

R = 37.15%
G = 37.15%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDFDAF (or 0xFDFDAF) is known color: Shalimar. HEX triplet: FD, FD and AF. RGB value is (253,253,175). Sum of RGB (Red+Green+Blue) = 253+253+175=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 175 (68.75% from 255 or 25.70% from 681); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDAF is #020250. Grayscale: #F4F4F4. Windows color (decimal): -131665 or 11533821. OLE color: 11533821.

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

Color convert

RGB 253 253 175 -
CMYK 0 0 0.31 0.01
HSL 60º 0.95% 0.84% -
HSV(B) 60º 0.31% 0.99% -
XYZ 83.37 94.23 54.35 -
YUV 244.11 89 134.34 -
System Red Green Blue C M Y K H S L
Decimal 253 253 175 0 0 0.31 0.01 60 0.95 0.84
Hex FD FD AF 0 0 1F 1 3C 5F 54
Octal 375 375 257 0 0 37 1 74 137 124
Binary 11111101 11111101 10101111 0 0 11111 1 111100 1011111 1010100

Color Harmonies of #FDFDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDAF

Black with #FDFDAF

Text Example


Text Example

White with #FDFDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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