Html Css Color HEX #FFA8B6 Light Pink

📋 copy color: '#FFA8B6'

red 255 ◦ green 168 ◦ blue 182

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

Shades of Light Pink #FFA8B6

Tints of Light Pink #FFA8B6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.77%

 BLUE value IS 182 (71.48% from 255) = 30.08%

R = 42.15%
G = 27.77%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFA8B6 (or 0xFFA8B6) is known color: Light Pink. HEX triplet: FF, A8 and B6. RGB value is (255,168,182). Sum of RGB (Red+Green+Blue) = 255+168+182=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8B6 is #005749. Grayscale: #C3C3C3. Windows color (decimal): -22346 or 11970815. OLE color: 11970815.

HSL color Cylindrical-coordinate representation of color #FFA8B6: hue angle of 350.34º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA8B6 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 168 182 -
CMYK 0 0.34 0.29 0
HSL 350.34º 1% 0.83% -
HSV(B) 350.34º 0.34% 1% -
XYZ 63.69 52.64 51.06 -
YUV 195.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 255 168 182 0 0.34 0.29 0 350.34 1 0.83
Hex FF A8 B6 0 22 1D 0 15E 64 53
Octal 377 250 266 0 42 35 0 536 144 123
Binary 11111111 10101000 10110110 0 100010 11101 0 101011110 1100100 1010011

Color Harmonies of #FFA8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA8B6

Black with #FFA8B6

Text Example


Text Example

White with #FFA8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA8B6; }

 p { color: rgb(255,168,182); }

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

background-color css

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

 a { background-color: rgb(255,168,182); }

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

border-color css

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

 span { border-color: rgb(255,168,182); }

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