Html Css Color HEX #FCF598 Pale Prim

📋 copy color: '#FCF598'

red 252 ◦ green 245 ◦ blue 152

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

Shades of Pale Prim #FCF598

Tints of Pale Prim #FCF598

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.75%

 BLUE value IS 152 (59.77% from 255) = 23.42%

R = 38.83%
G = 37.75%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCF598 (or 0xFCF598) is known color: Pale Prim. HEX triplet: FC, F5 and 98. RGB value is (252,245,152). Sum of RGB (Red+Green+Blue) = 252+245+152=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 245 (96.09% from 255 or 37.75% from 649); Blue value is 152 (59.77% from 255 or 23.42% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF598 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF598 is #030A67. Grayscale: #ECECEC. Windows color (decimal): -199272 or 10024444. OLE color: 10024444.

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

Color convert

RGB 252 245 152 -
CMYK 0 0.03 0.40 0.01
HSL 55.8º 0.94% 0.79% -
HSV(B) 55.8º 0.4% 0.99% -
XYZ 78.46 88.27 42.61 -
YUV 236.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 252 245 152 0 0.03 0.40 0.01 55.8 0.94 0.79
Hex FC F5 98 0 3 28 1 38 5E 4F
Octal 374 365 230 0 3 50 1 70 136 117
Binary 11111100 11110101 10011000 0 11 101000 1 111000 1011110 1001111

Color Harmonies of #FCF598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF598

Black with #FCF598

Text Example


Text Example

White with #FCF598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF598; }

 p { color: rgb(252,245,152); }

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

background-color css

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

 a { background-color: rgb(252,245,152); }

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

border-color css

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

 span { border-color: rgb(252,245,152); }

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