Html Css Color HEX #FDFCA2 Pale Prim

📋 copy color: '#FDFCA2'

red 253 ◦ green 252 ◦ blue 162

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

Shades of Pale Prim #FDFCA2

Tints of Pale Prim #FDFCA2

RGB

 RED value IS 253 (99.22% from 255) = 37.93%

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

 BLUE value IS 162 (63.67% from 255) = 24.29%

R = 37.93%
G = 37.78%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDFCA2 (or 0xFDFCA2) is known color: Pale Prim. HEX triplet: FD, FC and A2. RGB value is (253,252,162). Sum of RGB (Red+Green+Blue) = 253+252+162=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 162 (63.67% from 255 or 24.29% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCA2 is #02035D. Grayscale: #F2F2F2. Windows color (decimal): -131934 or 10681597. OLE color: 10681597.

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

Color convert

RGB 253 252 162 -
CMYK 0 0.00 0.36 0.01
HSL 59.34º 0.96% 0.81% -
HSV(B) 59.34º 0.36% 0.99% -
XYZ 81.84 93.11 47.84 -
YUV 242.04 82.83 135.82 -
System Red Green Blue C M Y K H S L
Decimal 253 252 162 0 0.00 0.36 0.01 59.34 0.96 0.81
Hex FD FC A2 0 0 24 1 3B 60 51
Octal 375 374 242 0 0 44 1 73 140 121
Binary 11111101 11111100 10100010 0 0 100100 1 111011 1100000 1010001

Color Harmonies of #FDFCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCA2

Black with #FDFCA2

Text Example


Text Example

White with #FDFCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCA2; }

 p { color: rgb(253,252,162); }

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

background-color css

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

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

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

border-color css

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

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

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