#FFADCF

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

Shades of Lavender Pink #FFADCF

Tints of Lavender Pink #FFADCF

Color information

#FFADCF (or 0xFFADCF) is unknown color: approx Lavender Pink. HEX triplet: FF, AD and CF. RGB value is (255,173,207). Sum of RGB (Red+Green+Blue) = 255+173+207=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADCF is #005230. Grayscale: #C9C9C9. Windows color (decimal): -21041 or 13610495. OLE color: 13610495.

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

Color convert

RGB255173207-
CMYK00.320.190
HSL335.12º100%83.92%-
HSV(B)335.12º32.16%100%-
XYZ67.4555.6566.22-
YUV201.39131.17166.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 173 (67.97% from 255) = 27.24%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=40.16%
G=27.24%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517320700.320.190335.1210083.92
HexFFADCF02013014f6454
Octal377255317040230517144124
Binary111111111010110111001111010000010011010100111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADCF; }

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

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

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

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

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

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

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

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