Html Css Color HEX #FFFCA8 Shalimar

📋 copy color: '#FFFCA8'

red 255 ◦ green 252 ◦ blue 168

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

Shades of Shalimar #FFFCA8

Tints of Shalimar #FFFCA8

RGB

 RED value IS 255 (100% from 255) = 37.78%

 GREEN value IS 252 (98.83% from 255) = 37.33%

 BLUE value IS 168 (66.02% from 255) = 24.89%

R = 37.78%
G = 37.33%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFFCA8 (or 0xFFFCA8) is known color: Shalimar. HEX triplet: FF, FC and A8. RGB value is (255,252,168). Sum of RGB (Red+Green+Blue) = 255+252+168=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 168 (66.02% from 255 or 24.89% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFCA8 is #000357. Grayscale: #F3F3F3. Windows color (decimal): -856 or 11074815. OLE color: 11074815.

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

Color convert

RGB 255 252 168 -
CMYK 0 0.01 0.34 0
HSL 57.93º 1% 0.83% -
HSV(B) 57.93º 0.34% 1% -
XYZ 83.12 93.71 50.75 -
YUV 243.32 85.49 136.33 -
System Red Green Blue C M Y K H S L
Decimal 255 252 168 0 0.01 0.34 0 57.93 1 0.83
Hex FF FC A8 0 1 22 0 3A 64 53
Octal 377 374 250 0 1 42 0 72 144 123
Binary 11111111 11111100 10101000 0 1 100010 0 111010 1100100 1010011

Color Harmonies of #FFFCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFCA8

Black with #FFFCA8

Text Example


Text Example

White with #FFFCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFCA8; }

 p { color: rgb(255,252,168); }

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

background-color css

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

 a { background-color: rgb(255,252,168); }

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

border-color css

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

 span { border-color: rgb(255,252,168); }

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