Html Css Color HEX #FCFAAF Shalimar

📋 copy color: '#FCFAAF'

red 252 ◦ green 250 ◦ blue 175

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

Shades of Shalimar #FCFAAF

Tints of Shalimar #FCFAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.93%

 BLUE value IS 175 (68.75% from 255) = 25.85%

R = 37.22%
G = 36.93%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCFAAF (or 0xFCFAAF) is known color: Shalimar. HEX triplet: FC, FA and AF. RGB value is (252,250,175). Sum of RGB (Red+Green+Blue) = 252+250+175=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 175 (68.75% from 255 or 25.85% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAAF is #030550. Grayscale: #F2F2F2. Windows color (decimal): -197969 or 11533052. OLE color: 11533052.

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

Color convert

RGB 252 250 175 -
CMYK 0 0.01 0.31 0.01
HSL 58.44º 0.93% 0.84% -
HSV(B) 58.44º 0.31% 0.99% -
XYZ 82.07 92.16 54.02 -
YUV 242.05 90.16 135.1 -
System Red Green Blue C M Y K H S L
Decimal 252 250 175 0 0.01 0.31 0.01 58.44 0.93 0.84
Hex FC FA AF 0 1 1F 1 3A 5D 54
Octal 374 372 257 0 1 37 1 72 135 124
Binary 11111100 11111010 10101111 0 1 11111 1 111010 1011101 1010100

Color Harmonies of #FCFAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAAF

Black with #FCFAAF

Text Example


Text Example

White with #FCFAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAAF; }

 p { color: rgb(252,250,175); }

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

background-color css

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

 a { background-color: rgb(252,250,175); }

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

border-color css

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

 span { border-color: rgb(252,250,175); }

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