Html Css Color HEX #FCF1A5 Pale Prim

📋 copy color: '#FCF1A5'

red 252 ◦ green 241 ◦ blue 165

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

Shades of Pale Prim #FCF1A5

Tints of Pale Prim #FCF1A5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.63%

 BLUE value IS 165 (64.84% from 255) = 25.08%

R = 38.3%
G = 36.63%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCF1A5 (or 0xFCF1A5) is known color: Pale Prim. HEX triplet: FC, F1 and A5. RGB value is (252,241,165). Sum of RGB (Red+Green+Blue) = 252+241+165=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 165 (64.84% from 255 or 25.08% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF1A5 is #030E5A. Grayscale: #EBEBEB. Windows color (decimal): -200283 or 10875388. OLE color: 10875388.

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

Color convert

RGB 252 241 165 -
CMYK 0 0.04 0.35 0.01
HSL 52.41º 0.94% 0.82% -
HSV(B) 52.41º 0.35% 0.99% -
XYZ 78.39 86.32 48.13 -
YUV 235.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 252 241 165 0 0.04 0.35 0.01 52.41 0.94 0.82
Hex FC F1 A5 0 4 23 1 34 5E 52
Octal 374 361 245 0 4 43 1 64 136 122
Binary 11111100 11110001 10100101 0 100 100011 1 110100 1011110 1010010

Color Harmonies of #FCF1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1A5

Black with #FCF1A5

Text Example


Text Example

White with #FCF1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1A5; }

 p { color: rgb(252,241,165); }

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

background-color css

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

 a { background-color: rgb(252,241,165); }

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

border-color css

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

 span { border-color: rgb(252,241,165); }

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