Html Css Color HEX #FFF2A5 Pale Prim

📋 copy color: '#FFF2A5'

red 255 ◦ green 242 ◦ blue 165

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

Shades of Pale Prim #FFF2A5

Tints of Pale Prim #FFF2A5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.56%

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

R = 38.52%
G = 36.56%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFF2A5 (or 0xFFF2A5) is known color: Pale Prim. HEX triplet: FF, F2 and A5. RGB value is (255,242,165). Sum of RGB (Red+Green+Blue) = 255+242+165=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 165 (64.84% from 255 or 24.92% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF2A5 is #000D5A. Grayscale: #EDEDED. Windows color (decimal): -3419 or 10875647. OLE color: 10875647.

HSL color Cylindrical-coordinate representation of color #FFF2A5: hue angle of 51.33º 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 #FFF2A5 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 255 242 165 -
CMYK 0 0.05 0.35 0
HSL 51.33º 1% 0.82% -
HSV(B) 51.33º 0.35% 1% -
XYZ 79.78 87.48 48.28 -
YUV 237.11 87.31 140.76 -
System Red Green Blue C M Y K H S L
Decimal 255 242 165 0 0.05 0.35 0 51.33 1 0.82
Hex FF F2 A5 0 5 23 0 33 64 52
Octal 377 362 245 0 5 43 0 63 144 122
Binary 11111111 11110010 10100101 0 101 100011 0 110011 1100100 1010010

Color Harmonies of #FFF2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF2A5

Black with #FFF2A5

Text Example


Text Example

White with #FFF2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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