#FFAFBE

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

Shades of Light Pink #FFAFBE

Tints of Light Pink #FFAFBE

Color information

#FFAFBE (or 0xFFAFBE) is unknown color: approx Light Pink. HEX triplet: FF, AF and BE. RGB value is (255,175,190). Sum of RGB (Red+Green+Blue) = 255+175+190=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFBE is #005041. Grayscale: #C8C8C8. Windows color (decimal): -20546 or 12496895. OLE color: 12496895.

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

Color convert

RGB255175190-
CMYK00.310.250
HSL348.75º100%84.31%-
HSV(B)348.75º31.37%100%-
XYZ65.8655.6455.98-
YUV200.63122166.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 190 (74.61% from 255) = 30.65%
R=41.13%
G=28.23%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517519000.310.250348.7510084.31
HexFFAFBE01F19015d6454
Octal377257276037310535144124
Binary11111111101011111011111001111111001010101110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFBE; }

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

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

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

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

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

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

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

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