Html Css Color HEX #FDF3AF Shalimar

📋 copy color: '#FDF3AF'

red 253 ◦ green 243 ◦ blue 175

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

Shades of Shalimar #FDF3AF

Tints of Shalimar #FDF3AF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.21%

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

R = 37.7%
G = 36.21%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDF3AF (or 0xFDF3AF) is known color: Shalimar. HEX triplet: FD, F3 and AF. RGB value is (253,243,175). Sum of RGB (Red+Green+Blue) = 253+243+175=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 175 (68.75% from 255 or 26.08% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF3AF is #020C50. Grayscale: #EEEEEE. Windows color (decimal): -134225 or 11531261. OLE color: 11531261.

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

Color convert

RGB 253 243 175 -
CMYK 0 0.04 0.31 0.01
HSL 52.31º 0.95% 0.84% -
HSV(B) 52.31º 0.31% 0.99% -
XYZ 80.3 88.08 53.33 -
YUV 238.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 253 243 175 0 0.04 0.31 0.01 52.31 0.95 0.84
Hex FD F3 AF 0 4 1F 1 34 5F 54
Octal 375 363 257 0 4 37 1 64 137 124
Binary 11111101 11110011 10101111 0 100 11111 1 110100 1011111 1010100

Color Harmonies of #FDF3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF3AF

Black with #FDF3AF

Text Example


Text Example

White with #FDF3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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