#F69CD4

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

Shades of Lavender Rose #F69CD4

Tints of Lavender Rose #F69CD4

Color information

#F69CD4 (or 0xF69CD4) is unknown color: approx Lavender Rose. HEX triplet: F6, 9C and D4. RGB value is (246,156,212). Sum of RGB (Red+Green+Blue) = 246+156+212=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CD4 is #09632B. Grayscale: #BDBDBD. Windows color (decimal): -615212 or 13933814. OLE color: 13933814.

HSL color Cylindrical-coordinate representation of color #F69CD4: hue angle of 322.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69CD4 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB246156212-
CMYK00.370.140.04
HSL322.67º83.33%78.82%-
HSV(B)322.67º36.59%96.47%-
XYZ61.7848.1268.32-
YUV189.29140.82168.45-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.07%
GREEN value IS 156 (61.33% from 255) = 25.41%
BLUE value IS 212 (83.20% from 255) = 34.53%
R=40.07%
G=25.41%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615621200.370.140.04322.6783.3378.82
HexF69CD4025E4143534f
Octal366234324045164503123117
Binary1111011010011100110101000100101111010010100001110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69CD4; }

 p { color: rgb(246,156,212); }

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

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

 a { background-color: rgb(246,156,212); }

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

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

 span { border-color: rgb(246,156,212); }

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