Html Css Color HEX #FDF697 Pale Prim

📋 copy color: '#FDF697'

red 253 ◦ green 246 ◦ blue 151

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

Shades of Pale Prim #FDF697

Tints of Pale Prim #FDF697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 23.23%

R = 38.92%
G = 37.85%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDF697 (or 0xFDF697) is known color: Pale Prim. HEX triplet: FD, F6 and 97. RGB value is (253,246,151). Sum of RGB (Red+Green+Blue) = 253+246+151=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 246 (96.48% from 255 or 37.85% from 650); Blue value is 151 (59.38% from 255 or 23.23% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF697 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF697 is #020968. Grayscale: #EDEDED. Windows color (decimal): -133481 or 9959165. OLE color: 9959165.

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

Color convert

RGB 253 246 151 -
CMYK 0 0.03 0.40 0.01
HSL 55.88º 0.96% 0.79% -
HSV(B) 55.88º 0.4% 0.99% -
XYZ 79.05 89.03 42.3 -
YUV 237.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 253 246 151 0 0.03 0.40 0.01 55.88 0.96 0.79
Hex FD F6 97 0 3 28 1 38 60 4F
Octal 375 366 227 0 3 50 1 70 140 117
Binary 11111101 11110110 10010111 0 11 101000 1 111000 1100000 1001111

Color Harmonies of #FDF697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF697

Black with #FDF697

Text Example


Text Example

White with #FDF697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF697; }

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

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

background-color css

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

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

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

border-color css

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

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

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