Html Css Color HEX #FFAEB2 Light Pink

📋 copy color: '#FFAEB2'

red 255 ◦ green 174 ◦ blue 178

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

Shades of Light Pink #FFAEB2

Tints of Light Pink #FFAEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.32%

R = 42.01%
G = 28.67%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFAEB2 (or 0xFFAEB2) is known color: Light Pink. HEX triplet: FF, AE and B2. RGB value is (255,174,178). Sum of RGB (Red+Green+Blue) = 255+174+178=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAEB2 is #00514D. Grayscale: #C6C6C6. Windows color (decimal): -20814 or 11710207. OLE color: 11710207.

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

Color convert

RGB 255 174 178 -
CMYK 0 0.32 0.30 0
HSL 357.04º 1% 0.84% -
HSV(B) 357.04º 0.32% 1% -
XYZ 64.41 54.75 49.29 -
YUV 198.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 255 174 178 0 0.32 0.30 0 357.04 1 0.84
Hex FF AE B2 0 20 1E 0 165 64 54
Octal 377 256 262 0 40 36 0 545 144 124
Binary 11111111 10101110 10110010 0 100000 11110 0 101100101 1100100 1010100

Color Harmonies of #FFAEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAEB2

Black with #FFAEB2

Text Example


Text Example

White with #FFAEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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