Html Css Color HEX #FDF798 Pale Prim

📋 copy color: '#FDF798'

red 253 ◦ green 247 ◦ blue 152

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

Shades of Pale Prim #FDF798

Tints of Pale Prim #FDF798

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.88%

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

R = 38.8%
G = 37.88%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDF798 (or 0xFDF798) is known color: Pale Prim. HEX triplet: FD, F7 and 98. RGB value is (253,247,152). Sum of RGB (Red+Green+Blue) = 253+247+152=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 247 (96.88% from 255 or 37.88% from 652); Blue value is 152 (59.77% from 255 or 23.31% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF798 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF798 is #020867. Grayscale: #EEEEEE. Windows color (decimal): -133224 or 10024957. OLE color: 10024957.

HSL color Cylindrical-coordinate representation of color #FDF798: hue angle of 56.44º degrees, saturation: 0.96, 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 #FDF798 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 247 152 -
CMYK 0 0.02 0.40 0.01
HSL 56.44º 0.96% 0.79% -
HSV(B) 56.44º 0.4% 0.99% -
XYZ 79.44 89.67 42.83 -
YUV 237.96 79.49 138.72 -
System Red Green Blue C M Y K H S L
Decimal 253 247 152 0 0.02 0.40 0.01 56.44 0.96 0.79
Hex FD F7 98 0 2 28 1 38 60 4F
Octal 375 367 230 0 2 50 1 70 140 117
Binary 11111101 11110111 10011000 0 10 101000 1 111000 1100000 1001111

Color Harmonies of #FDF798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF798

Black with #FDF798

Text Example


Text Example

White with #FDF798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF798; }

 p { color: rgb(253,247,152); }

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

background-color css

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

 a { background-color: rgb(253,247,152); }

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

border-color css

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

 span { border-color: rgb(253,247,152); }

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