Html Css Color HEX #FDF1A2 Pale Prim

📋 copy color: '#FDF1A2'

red 253 ◦ green 241 ◦ blue 162

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

Shades of Pale Prim #FDF1A2

Tints of Pale Prim #FDF1A2

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.74%

 BLUE value IS 162 (63.67% from 255) = 24.7%

R = 38.57%
G = 36.74%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDF1A2 (or 0xFDF1A2) is known color: Pale Prim. HEX triplet: FD, F1 and A2. RGB value is (253,241,162). Sum of RGB (Red+Green+Blue) = 253+241+162=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 162 (63.67% from 255 or 24.70% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF1A2 is #020E5D. Grayscale: #EBEBEB. Windows color (decimal): -134750 or 10678781. OLE color: 10678781.

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

Color convert

RGB 253 241 162 -
CMYK 0 0.05 0.36 0.01
HSL 52.09º 0.96% 0.81% -
HSV(B) 52.09º 0.36% 0.99% -
XYZ 78.48 86.4 46.72 -
YUV 235.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 253 241 162 0 0.05 0.36 0.01 52.09 0.96 0.81
Hex FD F1 A2 0 5 24 1 34 60 51
Octal 375 361 242 0 5 44 1 64 140 121
Binary 11111101 11110001 10100010 0 101 100100 1 110100 1100000 1010001

Color Harmonies of #FDF1A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1A2

Black with #FDF1A2

Text Example


Text Example

White with #FDF1A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1A2; }

 p { color: rgb(253,241,162); }

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

background-color css

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

 a { background-color: rgb(253,241,162); }

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

border-color css

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

 span { border-color: rgb(253,241,162); }

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