Html Css Color HEX #FDF2AF Shalimar

📋 copy color: '#FDF2AF'

red 253 ◦ green 242 ◦ blue 175

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

Shades of Shalimar #FDF2AF

Tints of Shalimar #FDF2AF

RGB

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

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

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

R = 37.76%
G = 36.12%
B = 26.12%

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

#FDF2AF (or 0xFDF2AF) is known color: Shalimar. HEX triplet: FD, F2 and AF. RGB value is (253,242,175). Sum of RGB (Red+Green+Blue) = 253+242+175=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 175 (68.75% from 255 or 26.12% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF2AF is #020D50. Grayscale: #EDEDED. Windows color (decimal): -134481 or 11531005. OLE color: 11531005.

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

Color convert

RGB 253 242 175 -
CMYK 0 0.04 0.31 0.01
HSL 51.54º 0.95% 0.84% -
HSV(B) 51.54º 0.31% 0.99% -
XYZ 80 87.48 53.23 -
YUV 237.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 253 242 175 0 0.04 0.31 0.01 51.54 0.95 0.84
Hex FD F2 AF 0 4 1F 1 34 5F 54
Octal 375 362 257 0 4 37 1 64 137 124
Binary 11111101 11110010 10101111 0 100 11111 1 110100 1011111 1010100

Color Harmonies of #FDF2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2AF

Black with #FDF2AF

Text Example


Text Example

White with #FDF2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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