Html Css Color HEX #FCFCAF Shalimar

📋 copy color: '#FCFCAF'

red 252 ◦ green 252 ◦ blue 175

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

Shades of Shalimar #FCFCAF

Tints of Shalimar #FCFCAF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.11%

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

R = 37.11%
G = 37.11%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCFCAF (or 0xFCFCAF) is known color: Shalimar. HEX triplet: FC, FC and AF. RGB value is (252,252,175). Sum of RGB (Red+Green+Blue) = 252+252+175=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 175 (68.75% from 255 or 25.77% from 679); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCAF is #030350. Grayscale: #F3F3F3. Windows color (decimal): -197457 or 11533564. OLE color: 11533564.

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

Color convert

RGB 252 252 175 -
CMYK 0 0 0.31 0.01
HSL 60º 0.93% 0.84% -
HSV(B) 60º 0.31% 0.99% -
XYZ 82.69 93.41 54.23 -
YUV 243.22 89.5 134.26 -
System Red Green Blue C M Y K H S L
Decimal 252 252 175 0 0 0.31 0.01 60 0.93 0.84
Hex FC FC AF 0 0 1F 1 3C 5D 54
Octal 374 374 257 0 0 37 1 74 135 124
Binary 11111100 11111100 10101111 0 0 11111 1 111100 1011101 1010100

Color Harmonies of #FCFCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCAF

Black with #FCFCAF

Text Example


Text Example

White with #FCFCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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