Html Css Color HEX #FFF6A2 Pale Prim

📋 copy color: '#FFF6A2'

red 255 ◦ green 246 ◦ blue 162

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

Shades of Pale Prim #FFF6A2

Tints of Pale Prim #FFF6A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 24.43%

R = 38.46%
G = 37.1%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FFF6A2 (or 0xFFF6A2) is known color: Pale Prim. HEX triplet: FF, F6 and A2. RGB value is (255,246,162). Sum of RGB (Red+Green+Blue) = 255+246+162=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 162 (63.67% from 255 or 24.43% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF6A2 is #00095D. Grayscale: #EFEFEF. Windows color (decimal): -2398 or 10680063. OLE color: 10680063.

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

Color convert

RGB 255 246 162 -
CMYK 0 0.04 0.36 0
HSL 54.19º 1% 0.82% -
HSV(B) 54.19º 0.36% 1% -
XYZ 80.72 89.78 47.26 -
YUV 239.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 255 246 162 0 0.04 0.36 0 54.19 1 0.82
Hex FF F6 A2 0 4 24 0 36 64 52
Octal 377 366 242 0 4 44 0 66 144 122
Binary 11111111 11110110 10100010 0 100 100100 0 110110 1100100 1010010

Color Harmonies of #FFF6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6A2

Black with #FFF6A2

Text Example


Text Example

White with #FFF6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6A2; }

 p { color: rgb(255,246,162); }

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

background-color css

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

 a { background-color: rgb(255,246,162); }

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

border-color css

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

 span { border-color: rgb(255,246,162); }

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