#F3ADCB

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

Shades of Lavender Pink #F3ADCB

Tints of Lavender Pink #F3ADCB

Color information

#F3ADCB (or 0xF3ADCB) is unknown color: approx Lavender Pink. HEX triplet: F3, AD and CB. RGB value is (243,173,203). Sum of RGB (Red+Green+Blue) = 243+173+203=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADCB is #0C5234. Grayscale: #C5C5C5. Windows color (decimal): -807477 or 13348339. OLE color: 13348339.

HSL color Cylindrical-coordinate representation of color #F3ADCB: hue angle of 334.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3ADCB is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243173203-
CMYK00.290.160.05
HSL334.29º74.47%81.57%-
HSV(B)334.29º28.81%95.29%-
XYZ62.6953.2563.48-
YUV197.35131.19160.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.26%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 203 (79.69% from 255) = 32.79%
R=39.26%
G=27.95%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317320300.290.160.05334.2974.4781.57
HexF3ADCB01D10514e4a52
Octal363255313035205516112122
Binary1111001110101101110010110111011000010110100111010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ADCB; }

 p { color: rgb(243,173,203); }

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

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

 a { background-color: rgb(243,173,203); }

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

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

 span { border-color: rgb(243,173,203); }

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