#FFADAE

Color #FFADAE Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FFADAE

Tints of Light Pink #FFADAE

Color information

#FFADAE (or 0xFFADAE) is unknown color: approx Light Pink. HEX triplet: FF, AD and AE. RGB value is (255,173,174). Sum of RGB (Red+Green+Blue) = 255+173+174=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFADAE is #005251. Grayscale: #C5C5C5. Windows color (decimal): -21074 or 11447807. OLE color: 11447807.

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

Color convert

RGB255173174-
CMYK00.320.320
HSL359.27º100%83.92%-
HSV(B)359.27º32.16%100%-
XYZ63.8254.247.14-
YUV197.63114.67168.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 173 (67.97% from 255) = 28.74%
BLUE value IS 174 (68.36% from 255) = 28.90%
R=42.36%
G=28.74%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517317400.320.320359.2710083.92
HexFFADAE0202001676454
Octal377255256040400547144124
Binary1111111110101101101011100100000100000010110011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADAE; }

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

 H1.HeaderClassName
 {
   color: #FFADAE;
 }
 .AnyTagClassName
 {
   color: #FFADAE;
 }
</style>
background-color css

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

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

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

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

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

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