#F69CD2

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

Shades of Lavender Rose #F69CD2

Tints of Lavender Rose #F69CD2

Color information

#F69CD2 (or 0xF69CD2) is unknown color: approx Lavender Rose. HEX triplet: F6, 9C and D2. RGB value is (246,156,210). Sum of RGB (Red+Green+Blue) = 246+156+210=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CD2 is #09632D. Grayscale: #BCBCBC. Windows color (decimal): -615214 or 13802742. OLE color: 13802742.

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

Color convert

RGB246156210-
CMYK00.370.150.04
HSL324º83.33%78.82%-
HSV(B)324º36.59%96.47%-
XYZ61.5348.0267-
YUV189.07139.82168.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.20%
GREEN value IS 156 (61.33% from 255) = 25.49%
BLUE value IS 210 (82.42% from 255) = 34.31%
R=40.20%
G=25.49%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615621000.370.150.0432483.3378.82
HexF69CD2025F4144534f
Octal366234322045174504123117
Binary1111011010011100110100100100101111110010100010010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69CD2; }

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

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

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

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

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

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

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

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