#FFC3F3

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

Shades of Lavender Rose #FFC3F3

Tints of Lavender Rose #FFC3F3

Color information

#FFC3F3 (or 0xFFC3F3) is unknown color: approx Lavender Rose. HEX triplet: FF, C3 and F3. RGB value is (255,195,243). Sum of RGB (Red+Green+Blue) = 255+195+243=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 195 (76.56% from 255 or 28.14% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC3F3 is #003C0C. Grayscale: #DADADA. Windows color (decimal): -15373 or 15975423. OLE color: 15975423.

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

Color convert

RGB255195243-
CMYK00.240.050
HSL312º100%88.24%-
HSV(B)312º23.53%100%-
XYZ76.9366.7693.63-
YUV218.41141.88154.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.80%
GREEN value IS 195 (76.56% from 255) = 28.14%
BLUE value IS 243 (95.31% from 255) = 35.06%
R=36.80%
G=28.14%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519524300.240.05031210088.24
HexFFC3F3018501386458
Octal37730336303050470144130
Binary111111111100001111110011011000101010011100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC3F3; }

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

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

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

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

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

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

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

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