Html Css Color HEX #FDFFAF Shalimar

📋 copy color: '#FDFFAF'

red 253 ◦ green 255 ◦ blue 175

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

Shades of Shalimar #FDFFAF

Tints of Shalimar #FDFFAF

RGB

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

 GREEN value IS 255 (100% from 255) = 37.34%

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

R = 37.04%
G = 37.34%
B = 25.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FDFFAF (or 0xFDFFAF) is known color: Shalimar. HEX triplet: FD, FF and AF. RGB value is (253,255,175). Sum of RGB (Red+Green+Blue) = 253+255+175=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 175 (68.75% from 255 or 25.62% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFAF is #020050. Grayscale: #F5F5F5. Windows color (decimal): -131153 or 11534333. OLE color: 11534333.

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

Color convert

RGB 253 255 175 -
CMYK 0.01 0 0.31 0
HSL 61.5º 1% 0.84% -
HSV(B) 61.5º 0.31% 1% -
XYZ 84.01 95.5 54.56 -
YUV 245.28 88.34 133.5 -
System Red Green Blue C M Y K H S L
Decimal 253 255 175 0.01 0 0.31 0 61.5 1 0.84
Hex FD FF AF 1 0 1F 0 3E 64 54
Octal 375 377 257 1 0 37 0 76 144 124
Binary 11111101 11111111 10101111 1 0 11111 0 111110 1100100 1010100

Color Harmonies of #FDFFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFAF

Black with #FDFFAF

Text Example


Text Example

White with #FDFFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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