Html Css Color HEX #FCFAA3 Pale Prim

📋 copy color: '#FCFAA3'

red 252 ◦ green 250 ◦ blue 163

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

Shades of Pale Prim #FCFAA3

Tints of Pale Prim #FCFAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 24.51%

R = 37.89%
G = 37.59%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCFAA3 (or 0xFCFAA3) is known color: Pale Prim. HEX triplet: FC, FA and A3. RGB value is (252,250,163). Sum of RGB (Red+Green+Blue) = 252+250+163=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 163 (64.06% from 255 or 24.51% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAA3 is #03055C. Grayscale: #F1F1F1. Windows color (decimal): -197981 or 10746620. OLE color: 10746620.

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

Color convert

RGB 252 250 163 -
CMYK 0 0.01 0.35 0.01
HSL 58.65º 0.94% 0.81% -
HSV(B) 58.65º 0.35% 0.99% -
XYZ 80.94 91.71 48.09 -
YUV 240.68 84.16 136.07 -
System Red Green Blue C M Y K H S L
Decimal 252 250 163 0 0.01 0.35 0.01 58.65 0.94 0.81
Hex FC FA A3 0 1 23 1 3B 5E 51
Octal 374 372 243 0 1 43 1 73 136 121
Binary 11111100 11111010 10100011 0 1 100011 1 111011 1011110 1010001

Color Harmonies of #FCFAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAA3

Black with #FCFAA3

Text Example


Text Example

White with #FCFAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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