Html Css Color HEX #FDF69E Pale Prim

📋 copy color: '#FDF69E'

red 253 ◦ green 246 ◦ blue 158

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

Shades of Pale Prim #FDF69E

Tints of Pale Prim #FDF69E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.44%

 BLUE value IS 158 (62.11% from 255) = 24.05%

R = 38.51%
G = 37.44%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDF69E (or 0xFDF69E) is known color: Pale Prim. HEX triplet: FD, F6 and 9E. RGB value is (253,246,158). Sum of RGB (Red+Green+Blue) = 253+246+158=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 158 (62.11% from 255 or 24.05% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF69E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF69E is #020961. Grayscale: #EEEEEE. Windows color (decimal): -133474 or 10417917. OLE color: 10417917.

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

Color convert

RGB 253 246 158 -
CMYK 0 0.03 0.38 0.01
HSL 55.58º 0.96% 0.81% -
HSV(B) 55.58º 0.38% 0.99% -
XYZ 79.64 89.26 45.38 -
YUV 238.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 253 246 158 0 0.03 0.38 0.01 55.58 0.96 0.81
Hex FD F6 9E 0 3 26 1 38 60 51
Octal 375 366 236 0 3 46 1 70 140 121
Binary 11111101 11110110 10011110 0 11 100110 1 111000 1100000 1010001

Color Harmonies of #FDF69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF69E

Black with #FDF69E

Text Example


Text Example

White with #FDF69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF69E; }

 p { color: rgb(253,246,158); }

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

background-color css

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

 a { background-color: rgb(253,246,158); }

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

border-color css

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

 span { border-color: rgb(253,246,158); }

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