Html Css Color HEX #FFF6A1 Pale Prim

📋 copy color: '#FFF6A1'

red 255 ◦ green 246 ◦ blue 161

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

Shades of Pale Prim #FFF6A1

Tints of Pale Prim #FFF6A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 24.32%

R = 38.52%
G = 37.16%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFF6A1 (or 0xFFF6A1) is known color: Pale Prim. HEX triplet: FF, F6 and A1. RGB value is (255,246,161). Sum of RGB (Red+Green+Blue) = 255+246+161=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 161 (63.28% from 255 or 24.32% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF6A1 is #00095E. Grayscale: #EFEFEF. Windows color (decimal): -2399 or 10614527. OLE color: 10614527.

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

Color convert

RGB 255 246 161 -
CMYK 0 0.04 0.37 0
HSL 54.26º 1% 0.82% -
HSV(B) 54.26º 0.37% 1% -
XYZ 80.63 89.74 46.79 -
YUV 239 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 255 246 161 0 0.04 0.37 0 54.26 1 0.82
Hex FF F6 A1 0 4 25 0 36 64 52
Octal 377 366 241 0 4 45 0 66 144 122
Binary 11111111 11110110 10100001 0 100 100101 0 110110 1100100 1010010

Color Harmonies of #FFF6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6A1

Black with #FFF6A1

Text Example


Text Example

White with #FFF6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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