#FFADAF

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

Shades of Light Pink #FFADAF

Tints of Light Pink #FFADAF

Color information

#FFADAF (or 0xFFADAF) is unknown color: approx Light Pink. HEX triplet: FF, AD and AF. RGB value is (255,173,175). Sum of RGB (Red+Green+Blue) = 255+173+175=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFADAF is #005250. Grayscale: #C5C5C5. Windows color (decimal): -21073 or 11513343. OLE color: 11513343.

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

Color convert

RGB255173175-
CMYK00.320.310
HSL358.54º100%83.92%-
HSV(B)358.54º32.16%100%-
XYZ63.9254.2447.66-
YUV197.75115.17168.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 173 (67.97% from 255) = 28.69%
BLUE value IS 175 (68.75% from 255) = 29.02%
R=42.29%
G=28.69%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517317500.320.310358.5410083.92
HexFFADAF0201F01676454
Octal377255257040370547144124
Binary111111111010110110101111010000011111010110011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADAF; }

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

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

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

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

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

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

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

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