Html Css Color HEX #FFAEB5 Light Pink

📋 copy color: '#FFAEB5'

red 255 ◦ green 174 ◦ blue 181

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

Shades of Light Pink #FFAEB5

Tints of Light Pink #FFAEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.67%

R = 41.8%
G = 28.52%
B = 29.67%

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

#FFAEB5 (or 0xFFAEB5) is known color: Light Pink. HEX triplet: FF, AE and B5. RGB value is (255,174,181). Sum of RGB (Red+Green+Blue) = 255+174+181=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEB5 is #00514A. Grayscale: #C7C7C7. Windows color (decimal): -20811 or 11906815. OLE color: 11906815.

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

Color convert

RGB 255 174 181 -
CMYK 0 0.32 0.29 0
HSL 354.81º 1% 0.84% -
HSV(B) 354.81º 0.32% 1% -
XYZ 64.72 54.87 50.9 -
YUV 199.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 255 174 181 0 0.32 0.29 0 354.81 1 0.84
Hex FF AE B5 0 20 1D 0 163 64 54
Octal 377 256 265 0 40 35 0 543 144 124
Binary 11111111 10101110 10110101 0 100000 11101 0 101100011 1100100 1010100

Color Harmonies of #FFAEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAEB5

Black with #FFAEB5

Text Example


Text Example

White with #FFAEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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