Html Css Color HEX #FEF69D Pale Prim

📋 copy color: '#FEF69D'

red 254 ◦ green 246 ◦ blue 157

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

Shades of Pale Prim #FEF69D

Tints of Pale Prim #FEF69D

RGB

 RED value IS 254 (99.61% from 255) = 38.66%

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

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

R = 38.66%
G = 37.44%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEF69D (or 0xFEF69D) is known color: Pale Prim. HEX triplet: FE, F6 and 9D. RGB value is (254,246,157). Sum of RGB (Red+Green+Blue) = 254+246+157=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 157 (61.72% from 255 or 23.90% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF69D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF69D is #010962. Grayscale: #EEEEEE. Windows color (decimal): -67939 or 10352382. OLE color: 10352382.

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

Color convert

RGB 254 246 157 -
CMYK 0 0.03 0.38 0.00
HSL 55.05º 0.98% 0.81% -
HSV(B) 55.05º 0.38% 1% -
XYZ 79.91 89.42 44.95 -
YUV 238.25 82.15 139.24 -
System Red Green Blue C M Y K H S L
Decimal 254 246 157 0 0.03 0.38 0.00 55.05 0.98 0.81
Hex FE F6 9D 0 3 26 0 37 62 51
Octal 376 366 235 0 3 46 0 67 142 121
Binary 11111110 11110110 10011101 0 11 100110 0 110111 1100010 1010001

Color Harmonies of #FEF69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF69D

Black with #FEF69D

Text Example


Text Example

White with #FEF69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF69D; }

 p { color: rgb(254,246,157); }

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

background-color css

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

 a { background-color: rgb(254,246,157); }

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

border-color css

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

 span { border-color: rgb(254,246,157); }

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