Html Css Color HEX #FCFFAE Shalimar

📋 copy color: '#FCFFAE'

red 252 ◦ green 255 ◦ blue 174

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

Shades of Shalimar #FCFFAE

Tints of Shalimar #FCFFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 25.55%

R = 37%
G = 37.44%
B = 25.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FCFFAE (or 0xFCFFAE) is known color: Shalimar. HEX triplet: FC, FF and AE. RGB value is (252,255,174). Sum of RGB (Red+Green+Blue) = 252+255+174=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 174 (68.36% from 255 or 25.55% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFFAE is #030051. Grayscale: #F5F5F5. Windows color (decimal): -196690 or 11468796. OLE color: 11468796.

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

Color convert

RGB 252 255 174 -
CMYK 0.01 0 0.32 0
HSL 62.22º 1% 0.84% -
HSV(B) 62.22º 0.32% 1% -
XYZ 83.54 95.27 54.03 -
YUV 244.87 88.01 133.09 -
System Red Green Blue C M Y K H S L
Decimal 252 255 174 0.01 0 0.32 0 62.22 1 0.84
Hex FC FF AE 1 0 20 0 3E 64 54
Octal 374 377 256 1 0 40 0 76 144 124
Binary 11111100 11111111 10101110 1 0 100000 0 111110 1100100 1010100

Color Harmonies of #FCFFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFAE

Black with #FCFFAE

Text Example


Text Example

White with #FCFFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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