Html Css Color HEX #FDF2A4 Pale Prim

📋 copy color: '#FDF2A4'

red 253 ◦ green 242 ◦ blue 164

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

Shades of Pale Prim #FDF2A4

Tints of Pale Prim #FDF2A4

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.72%

 BLUE value IS 164 (64.45% from 255) = 24.89%

R = 38.39%
G = 36.72%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FDF2A4 (or 0xFDF2A4) is known color: Pale Prim. HEX triplet: FD, F2 and A4. RGB value is (253,242,164). Sum of RGB (Red+Green+Blue) = 253+242+164=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 164 (64.45% from 255 or 24.89% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF2A4 is #020D5B. Grayscale: #ECECEC. Windows color (decimal): -134492 or 10810109. OLE color: 10810109.

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

Color convert

RGB 253 242 164 -
CMYK 0 0.04 0.35 0.01
HSL 52.58º 0.96% 0.82% -
HSV(B) 52.58º 0.35% 0.99% -
XYZ 78.96 87.07 47.77 -
YUV 236.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 253 242 164 0 0.04 0.35 0.01 52.58 0.96 0.82
Hex FD F2 A4 0 4 23 1 35 60 52
Octal 375 362 244 0 4 43 1 65 140 122
Binary 11111101 11110010 10100100 0 100 100011 1 110101 1100000 1010010

Color Harmonies of #FDF2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2A4

Black with #FDF2A4

Text Example


Text Example

White with #FDF2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2A4; }

 p { color: rgb(253,242,164); }

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

background-color css

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

 a { background-color: rgb(253,242,164); }

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

border-color css

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

 span { border-color: rgb(253,242,164); }

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