Html Css Color HEX #FCF8AF Shalimar

📋 copy color: '#FCF8AF'

red 252 ◦ green 248 ◦ blue 175

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

Shades of Shalimar #FCF8AF

Tints of Shalimar #FCF8AF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.74%

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

R = 37.33%
G = 36.74%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCF8AF (or 0xFCF8AF) is known color: Shalimar. HEX triplet: FC, F8 and AF. RGB value is (252,248,175). Sum of RGB (Red+Green+Blue) = 252+248+175=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 175 (68.75% from 255 or 25.93% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF8AF is #030750. Grayscale: #F1F1F1. Windows color (decimal): -198481 or 11532540. OLE color: 11532540.

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

Color convert

RGB 252 248 175 -
CMYK 0 0.02 0.31 0.01
HSL 56.88º 0.93% 0.84% -
HSV(B) 56.88º 0.31% 0.99% -
XYZ 81.45 90.93 53.81 -
YUV 240.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 252 248 175 0 0.02 0.31 0.01 56.88 0.93 0.84
Hex FC F8 AF 0 2 1F 1 39 5D 54
Octal 374 370 257 0 2 37 1 71 135 124
Binary 11111100 11111000 10101111 0 10 11111 1 111001 1011101 1010100

Color Harmonies of #FCF8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF8AF

Black with #FCF8AF

Text Example


Text Example

White with #FCF8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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