Html Css Color HEX #FFAEB3 Light Pink

📋 copy color: '#FFAEB3'

red 255 ◦ green 174 ◦ blue 179

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

Shades of Light Pink #FFAEB3

Tints of Light Pink #FFAEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.44%

R = 41.94%
G = 28.62%
B = 29.44%

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

#FFAEB3 (or 0xFFAEB3) is known color: Light Pink. HEX triplet: FF, AE and B3. RGB value is (255,174,179). Sum of RGB (Red+Green+Blue) = 255+174+179=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEB3 is #00514C. Grayscale: #C6C6C6. Windows color (decimal): -20813 or 11775743. OLE color: 11775743.

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

Color convert

RGB 255 174 179 -
CMYK 0 0.32 0.30 0
HSL 356.3º 1% 0.84% -
HSV(B) 356.3º 0.32% 1% -
XYZ 64.51 54.79 49.82 -
YUV 198.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 255 174 179 0 0.32 0.30 0 356.3 1 0.84
Hex FF AE B3 0 20 1E 0 164 64 54
Octal 377 256 263 0 40 36 0 544 144 124
Binary 11111111 10101110 10110011 0 100000 11110 0 101100100 1100100 1010100

Color Harmonies of #FFAEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAEB3

Black with #FFAEB3

Text Example


Text Example

White with #FFAEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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