Html Css Color HEX #FFAEBD Light Pink

📋 copy color: '#FFAEBD'

red 255 ◦ green 174 ◦ blue 189

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

Shades of Light Pink #FFAEBD

Tints of Light Pink #FFAEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.58%

R = 41.26%
G = 28.16%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFAEBD (or 0xFFAEBD) is known color: Light Pink. HEX triplet: FF, AE and BD. RGB value is (255,174,189). Sum of RGB (Red+Green+Blue) = 255+174+189=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEBD is #005142. Grayscale: #C7C7C7. Windows color (decimal): -20803 or 12431103. OLE color: 12431103.

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

Color convert

RGB 255 174 189 -
CMYK 0 0.32 0.26 0
HSL 348.89º 1% 0.84% -
HSV(B) 348.89º 0.32% 1% -
XYZ 65.56 55.21 55.34 -
YUV 199.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 255 174 189 0 0.32 0.26 0 348.89 1 0.84
Hex FF AE BD 0 20 1A 0 15D 64 54
Octal 377 256 275 0 40 32 0 535 144 124
Binary 11111111 10101110 10111101 0 100000 11010 0 101011101 1100100 1010100

Color Harmonies of #FFAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAEBD

Black with #FFAEBD

Text Example


Text Example

White with #FFAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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