#FFAFC2

Color #FFAFC2 Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FFAFC2

Tints of Light Pink #FFAFC2

Color information

#FFAFC2 (or 0xFFAFC2) is unknown color: approx Light Pink. HEX triplet: FF, AF and C2. RGB value is (255,175,194). Sum of RGB (Red+Green+Blue) = 255+175+194=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFC2 is #00503D. Grayscale: #C9C9C9. Windows color (decimal): -20542 or 12759039. OLE color: 12759039.

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

Color convert

RGB255175194-
CMYK00.310.240
HSL345.75º100%84.31%-
HSV(B)345.75º31.37%100%-
XYZ66.3155.8158.32-
YUV201.09124166.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 194 (76.17% from 255) = 31.09%
R=40.87%
G=28.04%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517519400.310.240345.7510084.31
HexFFAFC201F18015a6454
Octal377257302037300532144124
Binary11111111101011111100001001111111000010101101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFC2; }

 p { color: rgb(255,175,194); }

 H1.HeaderClassName
 {
   color: #FFAFC2;
 }
 .AnyTagClassName
 {
   color: #FFAFC2;
 }
</style>
background-color css

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

 a { background-color: rgb(255,175,194); }

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

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

 span { border-color: rgb(255,175,194); }

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