Html Css Color HEX #FFF2A6 Pale Prim

📋 copy color: '#FFF2A6'

red 255 ◦ green 242 ◦ blue 166

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

Shades of Pale Prim #FFF2A6

Tints of Pale Prim #FFF2A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 25.04%

R = 38.46%
G = 36.5%
B = 25.04%

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

#FFF2A6 (or 0xFFF2A6) is known color: Pale Prim. HEX triplet: FF, F2 and A6. RGB value is (255,242,166). Sum of RGB (Red+Green+Blue) = 255+242+166=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 166 (65.23% from 255 or 25.04% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF2A6 is #000D59. Grayscale: #EDEDED. Windows color (decimal): -3418 or 10941183. OLE color: 10941183.

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

Color convert

RGB 255 242 166 -
CMYK 0 0.05 0.35 0
HSL 51.24º 1% 0.83% -
HSV(B) 51.24º 0.35% 1% -
XYZ 79.88 87.52 48.76 -
YUV 237.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 255 242 166 0 0.05 0.35 0 51.24 1 0.83
Hex FF F2 A6 0 5 23 0 33 64 53
Octal 377 362 246 0 5 43 0 63 144 123
Binary 11111111 11110010 10100110 0 101 100011 0 110011 1100100 1010011

Color Harmonies of #FFF2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF2A6

Black with #FFF2A6

Text Example


Text Example

White with #FFF2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF2A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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