Html Css Color HEX #FCEFA9 Shalimar

📋 copy color: '#FCEFA9'

red 252 ◦ green 239 ◦ blue 169

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

Shades of Shalimar #FCEFA9

Tints of Shalimar #FCEFA9

RGB

 RED value IS 252 (98.83% from 255) = 38.18%

 GREEN value IS 239 (93.75% from 255) = 36.21%

 BLUE value IS 169 (66.41% from 255) = 25.61%

R = 38.18%
G = 36.21%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCEFA9 (or 0xFCEFA9) is known color: Shalimar. HEX triplet: FC, EF and A9. RGB value is (252,239,169). Sum of RGB (Red+Green+Blue) = 252+239+169=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 169 (66.41% from 255 or 25.61% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEFA9 is #031056. Grayscale: #EBEBEB. Windows color (decimal): -200791 or 11137020. OLE color: 11137020.

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

Color convert

RGB 252 239 169 -
CMYK 0 0.05 0.33 0.01
HSL 50.6º 0.93% 0.83% -
HSV(B) 50.6º 0.33% 0.99% -
XYZ 78.17 85.29 49.88 -
YUV 234.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 252 239 169 0 0.05 0.33 0.01 50.6 0.93 0.83
Hex FC EF A9 0 5 21 1 33 5D 53
Octal 374 357 251 0 5 41 1 63 135 123
Binary 11111100 11101111 10101001 0 101 100001 1 110011 1011101 1010011

Color Harmonies of #FCEFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEFA9

Black with #FCEFA9

Text Example


Text Example

White with #FCEFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEFA9; }

 p { color: rgb(252,239,169); }

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

background-color css

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

 a { background-color: rgb(252,239,169); }

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

border-color css

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

 span { border-color: rgb(252,239,169); }

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