Html Css Color HEX #FDF7B2 Shalimar

📋 copy color: '#FDF7B2'

red 253 ◦ green 247 ◦ blue 178

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

Shades of Shalimar #FDF7B2

Tints of Shalimar #FDF7B2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.43%

 BLUE value IS 178 (69.92% from 255) = 26.25%

R = 37.32%
G = 36.43%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDF7B2 (or 0xFDF7B2) is known color: Shalimar. HEX triplet: FD, F7 and B2. RGB value is (253,247,178). Sum of RGB (Red+Green+Blue) = 253+247+178=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 247 (96.88% from 255 or 36.43% from 678); Blue value is 178 (69.92% from 255 or 26.25% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF7B2 is #02084D. Grayscale: #F1F1F1. Windows color (decimal): -133198 or 11728893. OLE color: 11728893.

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

Color convert

RGB 253 247 178 -
CMYK 0 0.02 0.30 0.01
HSL 55.2º 0.95% 0.85% -
HSV(B) 55.2º 0.3% 0.99% -
XYZ 81.8 90.62 55.3 -
YUV 240.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 253 247 178 0 0.02 0.30 0.01 55.2 0.95 0.85
Hex FD F7 B2 0 2 1E 1 37 5F 55
Octal 375 367 262 0 2 36 1 67 137 125
Binary 11111101 11110111 10110010 0 10 11110 1 110111 1011111 1010101

Color Harmonies of #FDF7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF7B2

Black with #FDF7B2

Text Example


Text Example

White with #FDF7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF7B2; }

 p { color: rgb(253,247,178); }

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

background-color css

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

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

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

border-color css

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

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

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