Html Css Color HEX #FDF49B Pale Prim

📋 copy color: '#FDF49B'

red 253 ◦ green 244 ◦ blue 155

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

Shades of Pale Prim #FDF49B

Tints of Pale Prim #FDF49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 23.77%

R = 38.8%
G = 37.42%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDF49B (or 0xFDF49B) is known color: Pale Prim. HEX triplet: FD, F4 and 9B. RGB value is (253,244,155). Sum of RGB (Red+Green+Blue) = 253+244+155=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 155 (60.94% from 255 or 23.77% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF49B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF49B is #020B64. Grayscale: #ECECEC. Windows color (decimal): -133989 or 10220797. OLE color: 10220797.

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

Color convert

RGB 253 244 155 -
CMYK 0 0.04 0.39 0.01
HSL 54.49º 0.96% 0.8% -
HSV(B) 54.49º 0.39% 0.99% -
XYZ 78.78 87.95 43.83 -
YUV 236.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 253 244 155 0 0.04 0.39 0.01 54.49 0.96 0.8
Hex FD F4 9B 0 4 27 1 36 60 50
Octal 375 364 233 0 4 47 1 66 140 120
Binary 11111101 11110100 10011011 0 100 100111 1 110110 1100000 1010000

Color Harmonies of #FDF49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF49B

Black with #FDF49B

Text Example


Text Example

White with #FDF49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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