Html Css Color HEX #FCEFA8 Shalimar

📋 copy color: '#FCEFA8'

red 252 ◦ green 239 ◦ blue 168

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

Shades of Shalimar #FCEFA8

Tints of Shalimar #FCEFA8

RGB

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

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

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

R = 38.24%
G = 36.27%
B = 25.49%

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

#FCEFA8 (or 0xFCEFA8) is known color: Shalimar. HEX triplet: FC, EF and A8. RGB value is (252,239,168). Sum of RGB (Red+Green+Blue) = 252+239+168=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 168 (66.02% from 255 or 25.49% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEFA8 is #031057. Grayscale: #EBEBEB. Windows color (decimal): -200792 or 11071484. OLE color: 11071484.

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

Color convert

RGB 252 239 168 -
CMYK 0 0.05 0.33 0.01
HSL 50.71º 0.93% 0.82% -
HSV(B) 50.71º 0.33% 0.99% -
XYZ 78.08 85.26 49.39 -
YUV 234.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 252 239 168 0 0.05 0.33 0.01 50.71 0.93 0.82
Hex FC EF A8 0 5 21 1 33 5D 52
Octal 374 357 250 0 5 41 1 63 135 122
Binary 11111100 11101111 10101000 0 101 100001 1 110011 1011101 1010010

Color Harmonies of #FCEFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEFA8

Black with #FCEFA8

Text Example


Text Example

White with #FCEFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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