Html Css Color HEX #FDF598 Pale Prim

📋 copy color: '#FDF598'

red 253 ◦ green 245 ◦ blue 152

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

Shades of Pale Prim #FDF598

Tints of Pale Prim #FDF598

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.69%

 BLUE value IS 152 (59.77% from 255) = 23.38%

R = 38.92%
G = 37.69%
B = 23.38%

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

#FDF598 (or 0xFDF598) is known color: Pale Prim. HEX triplet: FD, F5 and 98. RGB value is (253,245,152). Sum of RGB (Red+Green+Blue) = 253+245+152=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 152 (59.77% from 255 or 23.38% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF598 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF598 is #020A67. Grayscale: #EDEDED. Windows color (decimal): -133736 or 10024445. OLE color: 10024445.

HSL color Cylindrical-coordinate representation of color #FDF598: hue angle of 55.25º 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 #FDF598 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 245 152 -
CMYK 0 0.03 0.40 0.01
HSL 55.25º 0.96% 0.79% -
HSV(B) 55.25º 0.4% 0.99% -
XYZ 78.83 88.45 42.62 -
YUV 236.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 253 245 152 0 0.03 0.40 0.01 55.25 0.96 0.79
Hex FD F5 98 0 3 28 1 37 60 4F
Octal 375 365 230 0 3 50 1 67 140 117
Binary 11111101 11110101 10011000 0 11 101000 1 110111 1100000 1001111

Color Harmonies of #FDF598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF598

Black with #FDF598

Text Example


Text Example

White with #FDF598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF598; }

 p { color: rgb(253,245,152); }

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

background-color css

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

 a { background-color: rgb(253,245,152); }

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

border-color css

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

 span { border-color: rgb(253,245,152); }

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