Html Css Color HEX #FDFFB2 Shalimar

📋 copy color: '#FDFFB2'

red 253 ◦ green 255 ◦ blue 178

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

Shades of Shalimar #FDFFB2

Tints of Shalimar #FDFFB2

RGB

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

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

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

R = 36.88%
G = 37.17%
B = 25.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FDFFB2 (or 0xFDFFB2) is known color: Shalimar. HEX triplet: FD, FF and B2. RGB value is (253,255,178). Sum of RGB (Red+Green+Blue) = 253+255+178=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 178 (69.92% from 255 or 25.95% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFB2 is #02004D. Grayscale: #F5F5F5. Windows color (decimal): -131150 or 11730941. OLE color: 11730941.

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

Color convert

RGB 253 255 178 -
CMYK 0.01 0 0.30 0
HSL 61.56º 1% 0.85% -
HSV(B) 61.56º 0.3% 1% -
XYZ 84.3 95.62 56.13 -
YUV 245.62 89.84 133.26 -
System Red Green Blue C M Y K H S L
Decimal 253 255 178 0.01 0 0.30 0 61.56 1 0.85
Hex FD FF B2 1 0 1E 0 3E 64 55
Octal 375 377 262 1 0 36 0 76 144 125
Binary 11111101 11111111 10110010 1 0 11110 0 111110 1100100 1010101

Color Harmonies of #FDFFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFB2

Black with #FDFFB2

Text Example


Text Example

White with #FDFFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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