Html Css Color HEX #FCFFAF Shalimar

📋 copy color: '#FCFFAF'

red 252 ◦ green 255 ◦ blue 175

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

Shades of Shalimar #FCFFAF

Tints of Shalimar #FCFFAF

RGB

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

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

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

R = 36.95%
G = 37.39%
B = 25.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FCFFAF (or 0xFCFFAF) is known color: Shalimar. HEX triplet: FC, FF and AF. RGB value is (252,255,175). Sum of RGB (Red+Green+Blue) = 252+255+175=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 175 (68.75% from 255 or 25.66% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFFAF is #030050. Grayscale: #F5F5F5. Windows color (decimal): -196689 or 11534332. OLE color: 11534332.

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

Color convert

RGB 252 255 175 -
CMYK 0.01 0 0.31 0
HSL 62.25º 1% 0.84% -
HSV(B) 62.25º 0.31% 1% -
XYZ 83.64 95.31 54.55 -
YUV 244.98 88.51 133 -
System Red Green Blue C M Y K H S L
Decimal 252 255 175 0.01 0 0.31 0 62.25 1 0.84
Hex FC FF AF 1 0 1F 0 3E 64 54
Octal 374 377 257 1 0 37 0 76 144 124
Binary 11111100 11111111 10101111 1 0 11111 0 111110 1100100 1010100

Color Harmonies of #FCFFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFAF

Black with #FCFFAF

Text Example


Text Example

White with #FCFFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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