Html Css Color HEX #FCF99D Pale Prim

📋 copy color: '#FCF99D'

red 252 ◦ green 249 ◦ blue 157

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

Shades of Pale Prim #FCF99D

Tints of Pale Prim #FCF99D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.84%

 BLUE value IS 157 (61.72% from 255) = 23.86%

R = 38.3%
G = 37.84%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCF99D (or 0xFCF99D) is known color: Pale Prim. HEX triplet: FC, F9 and 9D. RGB value is (252,249,157). Sum of RGB (Red+Green+Blue) = 252+249+157=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 249 (97.66% from 255 or 37.84% from 658); Blue value is 157 (61.72% from 255 or 23.86% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF99D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF99D is #030662. Grayscale: #EFEFEF. Windows color (decimal): -198243 or 10353148. OLE color: 10353148.

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

Color convert

RGB 252 249 157 -
CMYK 0 0.01 0.38 0.01
HSL 58.11º 0.94% 0.8% -
HSV(B) 58.11º 0.38% 0.99% -
XYZ 80.11 90.88 45.22 -
YUV 239.41 81.49 136.98 -
System Red Green Blue C M Y K H S L
Decimal 252 249 157 0 0.01 0.38 0.01 58.11 0.94 0.8
Hex FC F9 9D 0 1 26 1 3A 5E 50
Octal 374 371 235 0 1 46 1 72 136 120
Binary 11111100 11111001 10011101 0 1 100110 1 111010 1011110 1010000

Color Harmonies of #FCF99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF99D

Black with #FCF99D

Text Example


Text Example

White with #FCF99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF99D; }

 p { color: rgb(252,249,157); }

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

background-color css

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

 a { background-color: rgb(252,249,157); }

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

border-color css

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

 span { border-color: rgb(252,249,157); }

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