Html Css Color HEX #FFAFBA Light Pink

📋 copy color: '#FFAFBA'

red 255 ◦ green 175 ◦ blue 186

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

Shades of Light Pink #FFAFBA

Tints of Light Pink #FFAFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.19%

R = 41.4%
G = 28.41%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFAFBA (or 0xFFAFBA) is known color: Light Pink. HEX triplet: FF, AF and BA. RGB value is (255,175,186). Sum of RGB (Red+Green+Blue) = 255+175+186=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFBA is #005045. Grayscale: #C8C8C8. Windows color (decimal): -20550 or 12234751. OLE color: 12234751.

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

Color convert

RGB 255 175 186 -
CMYK 0 0.31 0.27 0
HSL 351.75º 1% 0.84% -
HSV(B) 351.75º 0.31% 1% -
XYZ 65.43 55.47 53.71 -
YUV 200.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 255 175 186 0 0.31 0.27 0 351.75 1 0.84
Hex FF AF BA 0 1F 1B 0 160 64 54
Octal 377 257 272 0 37 33 0 540 144 124
Binary 11111111 10101111 10111010 0 11111 11011 0 101100000 1100100 1010100

Color Harmonies of #FFAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFBA

Black with #FFAFBA

Text Example


Text Example

White with #FFAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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