Html Css Color HEX #FFF4A5 Pale Prim

📋 copy color: '#FFF4A5'

red 255 ◦ green 244 ◦ blue 165

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

Shades of Pale Prim #FFF4A5

Tints of Pale Prim #FFF4A5

RGB

 RED value IS 255 (100% from 255) = 38.4%

 GREEN value IS 244 (95.7% from 255) = 36.75%

 BLUE value IS 165 (64.84% from 255) = 24.85%

R = 38.4%
G = 36.75%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFF4A5 (or 0xFFF4A5) is known color: Pale Prim. HEX triplet: FF, F4 and A5. RGB value is (255,244,165). Sum of RGB (Red+Green+Blue) = 255+244+165=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 244 (95.70% from 255 or 36.75% from 664); Blue value is 165 (64.84% from 255 or 24.85% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF4A5 is #000B5A. Grayscale: #EEEEEE. Windows color (decimal): -2907 or 10876159. OLE color: 10876159.

HSL color Cylindrical-coordinate representation of color #FFF4A5: hue angle of 52.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFF4A5 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 255 244 165 -
CMYK 0 0.04 0.35 0
HSL 52.67º 1% 0.82% -
HSV(B) 52.67º 0.35% 1% -
XYZ 80.38 88.68 48.48 -
YUV 238.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 255 244 165 0 0.04 0.35 0 52.67 1 0.82
Hex FF F4 A5 0 4 23 0 35 64 52
Octal 377 364 245 0 4 43 0 65 144 122
Binary 11111111 11110100 10100101 0 100 100011 0 110101 1100100 1010010

Color Harmonies of #FFF4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF4A5

Black with #FFF4A5

Text Example


Text Example

White with #FFF4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF4A5; }

 p { color: rgb(255,244,165); }

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

background-color css

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

 a { background-color: rgb(255,244,165); }

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

border-color css

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

 span { border-color: rgb(255,244,165); }

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