Html Css Color HEX #FDF49D Pale Prim

📋 copy color: '#FDF49D'

red 253 ◦ green 244 ◦ blue 157

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

Shades of Pale Prim #FDF49D

Tints of Pale Prim #FDF49D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.31%

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

R = 38.69%
G = 37.31%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDF49D (or 0xFDF49D) is known color: Pale Prim. HEX triplet: FD, F4 and 9D. RGB value is (253,244,157). Sum of RGB (Red+Green+Blue) = 253+244+157=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 157 (61.72% from 255 or 24.01% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF49D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF49D is #020B62. Grayscale: #EDEDED. Windows color (decimal): -133987 or 10351869. OLE color: 10351869.

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

Color convert

RGB 253 244 157 -
CMYK 0 0.04 0.38 0.01
HSL 54.38º 0.96% 0.8% -
HSV(B) 54.38º 0.38% 0.99% -
XYZ 78.94 88.02 44.73 -
YUV 236.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 253 244 157 0 0.04 0.38 0.01 54.38 0.96 0.8
Hex FD F4 9D 0 4 26 1 36 60 50
Octal 375 364 235 0 4 46 1 66 140 120
Binary 11111101 11110100 10011101 0 100 100110 1 110110 1100000 1010000

Color Harmonies of #FDF49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF49D

Black with #FDF49D

Text Example


Text Example

White with #FDF49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF49D; }

 p { color: rgb(253,244,157); }

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

background-color css

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

 a { background-color: rgb(253,244,157); }

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

border-color css

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

 span { border-color: rgb(253,244,157); }

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