Html Css Color HEX #FCFBA0 Pale Prim

📋 copy color: '#FCFBA0'

red 252 ◦ green 251 ◦ blue 160

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

Shades of Pale Prim #FCFBA0

Tints of Pale Prim #FCFBA0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.86%

 BLUE value IS 160 (62.89% from 255) = 24.13%

R = 38.01%
G = 37.86%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCFBA0 (or 0xFCFBA0) is known color: Pale Prim. HEX triplet: FC, FB and A0. RGB value is (252,251,160). Sum of RGB (Red+Green+Blue) = 252+251+160=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 160 (62.89% from 255 or 24.13% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBA0 is #03045F. Grayscale: #F1F1F1. Windows color (decimal): -197728 or 10550268. OLE color: 10550268.

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

Color convert

RGB 252 251 160 -
CMYK 0 0.00 0.37 0.01
HSL 59.35º 0.94% 0.81% -
HSV(B) 59.35º 0.37% 0.99% -
XYZ 80.99 92.23 46.79 -
YUV 240.93 82.33 135.9 -
System Red Green Blue C M Y K H S L
Decimal 252 251 160 0 0.00 0.37 0.01 59.35 0.94 0.81
Hex FC FB A0 0 0 25 1 3B 5E 51
Octal 374 373 240 0 0 45 1 73 136 121
Binary 11111100 11111011 10100000 0 0 100101 1 111011 1011110 1010001

Color Harmonies of #FCFBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBA0

Black with #FCFBA0

Text Example


Text Example

White with #FCFBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBA0; }

 p { color: rgb(252,251,160); }

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

background-color css

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

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

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

border-color css

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

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

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