Html Css Color HEX #FFAEB8 Light Pink

📋 copy color: '#FFAEB8'

red 255 ◦ green 174 ◦ blue 184

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

Shades of Light Pink #FFAEB8

Tints of Light Pink #FFAEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.02%

R = 41.6%
G = 28.38%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FFAEB8 (or 0xFFAEB8) is known color: Light Pink. HEX triplet: FF, AE and B8. RGB value is (255,174,184). Sum of RGB (Red+Green+Blue) = 255+174+184=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 184 (72.27% from 255 or 30.02% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEB8 is #005147. Grayscale: #C7C7C7. Windows color (decimal): -20808 or 12103423. OLE color: 12103423.

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

Color convert

RGB 255 174 184 -
CMYK 0 0.32 0.28 0
HSL 352.59º 1% 0.84% -
HSV(B) 352.59º 0.32% 1% -
XYZ 65.03 54.99 52.53 -
YUV 199.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 255 174 184 0 0.32 0.28 0 352.59 1 0.84
Hex FF AE B8 0 20 1C 0 161 64 54
Octal 377 256 270 0 40 34 0 541 144 124
Binary 11111111 10101110 10111000 0 100000 11100 0 101100001 1100100 1010100

Color Harmonies of #FFAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAEB8

Black with #FFAEB8

Text Example


Text Example

White with #FFAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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