#FFAFC1

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

Shades of Light Pink #FFAFC1

Tints of Light Pink #FFAFC1

Color information

#FFAFC1 (or 0xFFAFC1) is unknown color: approx Light Pink. HEX triplet: FF, AF and C1. RGB value is (255,175,193). Sum of RGB (Red+Green+Blue) = 255+175+193=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFC1 is #00503E. Grayscale: #C8C8C8. Windows color (decimal): -20543 or 12693503. OLE color: 12693503.

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

Color convert

RGB255175193-
CMYK00.310.240
HSL346.5º100%84.31%-
HSV(B)346.5º31.37%100%-
XYZ66.255.7757.73-
YUV200.97123.5166.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 175 (68.75% from 255) = 28.09%
BLUE value IS 193 (75.78% from 255) = 30.98%
R=40.93%
G=28.09%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517519300.310.240346.510084.31
HexFFAFC101F18015a6454
Octal377257301037300532144124
Binary11111111101011111100000101111111000010101101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFC1; }

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

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

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

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

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

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

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

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