Html Css Color HEX #FFAEBA Light Pink

📋 copy color: '#FFAEBA'

red 255 ◦ green 174 ◦ blue 186

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

Shades of Light Pink #FFAEBA

Tints of Light Pink #FFAEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.24%

R = 41.46%
G = 28.29%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFAEBA (or 0xFFAEBA) is known color: Light Pink. HEX triplet: FF, AE and BA. RGB value is (255,174,186). Sum of RGB (Red+Green+Blue) = 255+174+186=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEBA is #005145. Grayscale: #C7C7C7. Windows color (decimal): -20806 or 12234495. OLE color: 12234495.

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

Color convert

RGB 255 174 186 -
CMYK 0 0.32 0.27 0
HSL 351.11º 1% 0.84% -
HSV(B) 351.11º 0.32% 1% -
XYZ 65.24 55.08 53.65 -
YUV 199.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 255 174 186 0 0.32 0.27 0 351.11 1 0.84
Hex FF AE BA 0 20 1B 0 15F 64 54
Octal 377 256 272 0 40 33 0 537 144 124
Binary 11111111 10101110 10111010 0 100000 11011 0 101011111 1100100 1010100

Color Harmonies of #FFAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAEBA

Black with #FFAEBA

Text Example


Text Example

White with #FFAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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