Html Css Color HEX #FCF19F Pale Prim

📋 copy color: '#FCF19F'

red 252 ◦ green 241 ◦ blue 159

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

Shades of Pale Prim #FCF19F

Tints of Pale Prim #FCF19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 24.39%

R = 38.65%
G = 36.96%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCF19F (or 0xFCF19F) is known color: Pale Prim. HEX triplet: FC, F1 and 9F. RGB value is (252,241,159). Sum of RGB (Red+Green+Blue) = 252+241+159=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 159 (62.5% from 255 or 24.39% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF19F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF19F is #030E60. Grayscale: #EBEBEB. Windows color (decimal): -200289 or 10482172. OLE color: 10482172.

HSL color Cylindrical-coordinate representation of color #FCF19F: hue angle of 52.9º 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 #FCF19F is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 241 159 -
CMYK 0 0.04 0.37 0.01
HSL 52.9º 0.94% 0.81% -
HSV(B) 52.9º 0.37% 0.99% -
XYZ 77.86 86.11 45.32 -
YUV 234.94 85.14 140.17 -
System Red Green Blue C M Y K H S L
Decimal 252 241 159 0 0.04 0.37 0.01 52.9 0.94 0.81
Hex FC F1 9F 0 4 25 1 35 5E 51
Octal 374 361 237 0 4 45 1 65 136 121
Binary 11111100 11110001 10011111 0 100 100101 1 110101 1011110 1010001

Color Harmonies of #FCF19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF19F

Black with #FCF19F

Text Example


Text Example

White with #FCF19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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