Html Css Color HEX #FFAEB7 Light Pink

📋 copy color: '#FFAEB7'

red 255 ◦ green 174 ◦ blue 183

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

Shades of Light Pink #FFAEB7

Tints of Light Pink #FFAEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.9%

R = 41.67%
G = 28.43%
B = 29.9%

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

#FFAEB7 (or 0xFFAEB7) is known color: Light Pink. HEX triplet: FF, AE and B7. RGB value is (255,174,183). Sum of RGB (Red+Green+Blue) = 255+174+183=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 183 (71.88% from 255 or 29.90% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEB7 is #005148. Grayscale: #C7C7C7. Windows color (decimal): -20809 or 12037887. OLE color: 12037887.

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

Color convert

RGB 255 174 183 -
CMYK 0 0.32 0.28 0
HSL 353.33º 1% 0.84% -
HSV(B) 353.33º 0.32% 1% -
XYZ 64.92 54.95 51.98 -
YUV 199.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 255 174 183 0 0.32 0.28 0 353.33 1 0.84
Hex FF AE B7 0 20 1C 0 161 64 54
Octal 377 256 267 0 40 34 0 541 144 124
Binary 11111111 10101110 10110111 0 100000 11100 0 101100001 1100100 1010100

Color Harmonies of #FFAEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAEB7

Black with #FFAEB7

Text Example


Text Example

White with #FFAEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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