Html Css Color HEX #F5F89D Pale Prim

📋 copy color: '#F5F89D'

red 245 ◦ green 248 ◦ blue 157

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

Shades of Pale Prim #F5F89D

Tints of Pale Prim #F5F89D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.15%

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

R = 37.69%
G = 38.15%
B = 24.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F5F89D (or 0xF5F89D) is known color: Pale Prim. HEX triplet: F5, F8 and 9D. RGB value is (245,248,157). Sum of RGB (Red+Green+Blue) = 245+248+157=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 157 (61.72% from 255 or 24.15% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F89D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F89D is #0A0762. Grayscale: #EDEDED. Windows color (decimal): -657251 or 10352885. OLE color: 10352885.

HSL color Cylindrical-coordinate representation of color #F5F89D: hue angle of 61.98º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5F89D is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 248 157 -
CMYK 0.01 0 0.37 0.03
HSL 61.98º 0.87% 0.79% -
HSV(B) 61.98º 0.37% 0.97% -
XYZ 77.31 88.98 45 -
YUV 236.73 83.01 133.9 -
System Red Green Blue C M Y K H S L
Decimal 245 248 157 0.01 0 0.37 0.03 61.98 0.87 0.79
Hex F5 F8 9D 1 0 25 3 3E 57 4F
Octal 365 370 235 1 0 45 3 76 127 117
Binary 11110101 11111000 10011101 1 0 100101 11 111110 1010111 1001111

Color Harmonies of #F5F89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F89D

Black with #F5F89D

Text Example


Text Example

White with #F5F89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F89D; }

 p { color: rgb(245,248,157); }

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

background-color css

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

 a { background-color: rgb(245,248,157); }

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

border-color css

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

 span { border-color: rgb(245,248,157); }

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