Html Css Color HEX #FDF899 Pale Prim

📋 copy color: '#FDF899'

red 253 ◦ green 248 ◦ blue 153

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

Shades of Pale Prim #FDF899

Tints of Pale Prim #FDF899

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.92%

 BLUE value IS 153 (60.16% from 255) = 23.39%

R = 38.69%
G = 37.92%
B = 23.39%

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

#FDF899 (or 0xFDF899) is known color: Pale Prim. HEX triplet: FD, F8 and 99. RGB value is (253,248,153). Sum of RGB (Red+Green+Blue) = 253+248+153=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 153 (60.16% from 255 or 23.39% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF899 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF899 is #020766. Grayscale: #EFEFEF. Windows color (decimal): -132967 or 10090749. OLE color: 10090749.

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

Color convert

RGB 253 248 153 -
CMYK 0 0.02 0.40 0.01
HSL 57º 0.96% 0.8% -
HSV(B) 57º 0.4% 0.99% -
XYZ 79.83 90.32 43.36 -
YUV 238.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 253 248 153 0 0.02 0.40 0.01 57 0.96 0.8
Hex FD F8 99 0 2 28 1 39 60 50
Octal 375 370 231 0 2 50 1 71 140 120
Binary 11111101 11111000 10011001 0 10 101000 1 111001 1100000 1010000

Color Harmonies of #FDF899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF899

Black with #FDF899

Text Example


Text Example

White with #FDF899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF899; }

 p { color: rgb(253,248,153); }

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

background-color css

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

 a { background-color: rgb(253,248,153); }

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

border-color css

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

 span { border-color: rgb(253,248,153); }

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