Html Css Color HEX #FDF699 Pale Prim

📋 copy color: '#FDF699'

red 253 ◦ green 246 ◦ blue 153

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

Shades of Pale Prim #FDF699

Tints of Pale Prim #FDF699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 23.47%

R = 38.8%
G = 37.73%
B = 23.47%

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

#FDF699 (or 0xFDF699) is known color: Pale Prim. HEX triplet: FD, F6 and 99. RGB value is (253,246,153). Sum of RGB (Red+Green+Blue) = 253+246+153=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 153 (60.16% from 255 or 23.47% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF699 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF699 is #020966. Grayscale: #EDEDED. Windows color (decimal): -133479 or 10090237. OLE color: 10090237.

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

Color convert

RGB 253 246 153 -
CMYK 0 0.03 0.40 0.01
HSL 55.8º 0.96% 0.8% -
HSV(B) 55.8º 0.4% 0.99% -
XYZ 79.21 89.09 43.16 -
YUV 237.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 253 246 153 0 0.03 0.40 0.01 55.8 0.96 0.8
Hex FD F6 99 0 3 28 1 38 60 50
Octal 375 366 231 0 3 50 1 70 140 120
Binary 11111101 11110110 10011001 0 11 101000 1 111000 1100000 1010000

Color Harmonies of #FDF699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF699

Black with #FDF699

Text Example


Text Example

White with #FDF699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF699; }

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

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

background-color css

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

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

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

border-color css

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

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

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