Html Css Color HEX #FFAFB3 Light Pink

📋 copy color: '#FFAFB3'

red 255 ◦ green 175 ◦ blue 179

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

Shades of Light Pink #FFAFB3

Tints of Light Pink #FFAFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.39%

R = 41.87%
G = 28.74%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFAFB3 (or 0xFFAFB3) is known color: Light Pink. HEX triplet: FF, AF and B3. RGB value is (255,175,179). Sum of RGB (Red+Green+Blue) = 255+175+179=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFB3 is #00504C. Grayscale: #C7C7C7. Windows color (decimal): -20557 or 11775999. OLE color: 11775999.

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

Color convert

RGB 255 175 179 -
CMYK 0 0.31 0.30 0
HSL 357º 1% 0.84% -
HSV(B) 357º 0.31% 1% -
XYZ 64.71 55.17 49.89 -
YUV 199.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 255 175 179 0 0.31 0.30 0 357 1 0.84
Hex FF AF B3 0 1F 1E 0 165 64 54
Octal 377 257 263 0 37 36 0 545 144 124
Binary 11111111 10101111 10110011 0 11111 11110 0 101100101 1100100 1010100

Color Harmonies of #FFAFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFB3

Black with #FFAFB3

Text Example


Text Example

White with #FFAFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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