Html Css Color HEX #FFAFB7 Light Pink

📋 copy color: '#FFAFB7'

red 255 ◦ green 175 ◦ blue 183

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

Shades of Light Pink #FFAFB7

Tints of Light Pink #FFAFB7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.55%

 BLUE value IS 183 (71.88% from 255) = 29.85%

R = 41.6%
G = 28.55%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FFAFB7 (or 0xFFAFB7) is known color: Light Pink. HEX triplet: FF, AF and B7. RGB value is (255,175,183). Sum of RGB (Red+Green+Blue) = 255+175+183=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFB7 is #005048. Grayscale: #C7C7C7. Windows color (decimal): -20553 or 12038143. OLE color: 12038143.

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

Color convert

RGB 255 175 183 -
CMYK 0 0.31 0.28 0
HSL 354º 1% 0.84% -
HSV(B) 354º 0.31% 1% -
XYZ 65.12 55.34 52.05 -
YUV 199.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 255 175 183 0 0.31 0.28 0 354 1 0.84
Hex FF AF B7 0 1F 1C 0 162 64 54
Octal 377 257 267 0 37 34 0 542 144 124
Binary 11111111 10101111 10110111 0 11111 11100 0 101100010 1100100 1010100

Color Harmonies of #FFAFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFB7

Black with #FFAFB7

Text Example


Text Example

White with #FFAFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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