#FFC3F6

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

Shades of Lavender Rose #FFC3F6

Tints of Lavender Rose #FFC3F6

Color information

#FFC3F6 (or 0xFFC3F6) is unknown color: approx Lavender Rose. HEX triplet: FF, C3 and F6. RGB value is (255,195,246). Sum of RGB (Red+Green+Blue) = 255+195+246=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 195 (76.56% from 255 or 28.02% from 696); Blue value is 246 (96.48% from 255 or 35.34% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC3F6 is #003C09. Grayscale: #DADADA. Windows color (decimal): -15370 or 16172031. OLE color: 16172031.

HSL color Cylindrical-coordinate representation of color #FFC3F6: hue angle of 309º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC3F6 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB255195246-
CMYK00.240.040
HSL309º100%88.24%-
HSV(B)309º23.53%100%-
XYZ77.3966.9496.03-
YUV218.75143.38153.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.64%
GREEN value IS 195 (76.56% from 255) = 28.02%
BLUE value IS 246 (96.48% from 255) = 35.34%
R=36.64%
G=28.02%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519524600.240.04030910088.24
HexFFC3F6018401356458
Octal37730336603040465144130
Binary111111111100001111110110011000100010011010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC3F6; }

 p { color: rgb(255,195,246); }

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

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

 a { background-color: rgb(255,195,246); }

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

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

 span { border-color: rgb(255,195,246); }

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