Html Css Color HEX #FCEFAA Shalimar

📋 copy color: '#FCEFAA'

red 252 ◦ green 239 ◦ blue 170

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

Shades of Shalimar #FCEFAA

Tints of Shalimar #FCEFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 25.72%

R = 38.12%
G = 36.16%
B = 25.72%

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

#FCEFAA (or 0xFCEFAA) is known color: Shalimar. HEX triplet: FC, EF and AA. RGB value is (252,239,170). Sum of RGB (Red+Green+Blue) = 252+239+170=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 170 (66.80% from 255 or 25.72% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEFAA is #031055. Grayscale: #EBEBEB. Windows color (decimal): -200790 or 11202556. OLE color: 11202556.

HSL color Cylindrical-coordinate representation of color #FCEFAA: hue angle of 50.49º 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 #FCEFAA is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 239 170 -
CMYK 0 0.05 0.33 0.01
HSL 50.49º 0.93% 0.83% -
HSV(B) 50.49º 0.33% 0.99% -
XYZ 78.27 85.33 50.38 -
YUV 235.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 252 239 170 0 0.05 0.33 0.01 50.49 0.93 0.83
Hex FC EF AA 0 5 21 1 32 5D 53
Octal 374 357 252 0 5 41 1 62 135 123
Binary 11111100 11101111 10101010 0 101 100001 1 110010 1011101 1010011

Color Harmonies of #FCEFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEFAA

Black with #FCEFAA

Text Example


Text Example

White with #FCEFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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