#FFC3F5

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

Shades of Lavender Rose #FFC3F5

Tints of Lavender Rose #FFC3F5

Color information

#FFC3F5 (or 0xFFC3F5) is unknown color: approx Lavender Rose. HEX triplet: FF, C3 and F5. RGB value is (255,195,245). Sum of RGB (Red+Green+Blue) = 255+195+245=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 195 (76.56% from 255 or 28.06% from 695); Blue value is 245 (96.09% from 255 or 35.25% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC3F5 is #003C0A. Grayscale: #DADADA. Windows color (decimal): -15371 or 16106495. OLE color: 16106495.

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

Color convert

RGB255195245-
CMYK00.240.040
HSL310º100%88.24%-
HSV(B)310º23.53%100%-
XYZ77.2466.8895.23-
YUV218.64142.88153.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.69%
GREEN value IS 195 (76.56% from 255) = 28.06%
BLUE value IS 245 (96.09% from 255) = 35.25%
R=36.69%
G=28.06%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519524500.240.04031010088.24
HexFFC3F5018401366458
Octal37730336503040466144130
Binary111111111100001111110101011000100010011011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC3F5; }

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

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

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

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

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

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

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

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