Html Css Color HEX #FFAEB6 Light Pink

📋 copy color: '#FFAEB6'

red 255 ◦ green 174 ◦ blue 182

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

Shades of Light Pink #FFAEB6

Tints of Light Pink #FFAEB6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.48%

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

R = 41.73%
G = 28.48%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFAEB6 (or 0xFFAEB6) is known color: Light Pink. HEX triplet: FF, AE and B6. RGB value is (255,174,182). Sum of RGB (Red+Green+Blue) = 255+174+182=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEB6 is #005149. Grayscale: #C7C7C7. Windows color (decimal): -20810 or 11972351. OLE color: 11972351.

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

Color convert

RGB 255 174 182 -
CMYK 0 0.32 0.29 0
HSL 354.07º 1% 0.84% -
HSV(B) 354.07º 0.32% 1% -
XYZ 64.82 54.91 51.44 -
YUV 199.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 255 174 182 0 0.32 0.29 0 354.07 1 0.84
Hex FF AE B6 0 20 1D 0 162 64 54
Octal 377 256 266 0 40 35 0 542 144 124
Binary 11111111 10101110 10110110 0 100000 11101 0 101100010 1100100 1010100

Color Harmonies of #FFAEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAEB6

Black with #FFAEB6

Text Example


Text Example

White with #FFAEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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