#FFC2F6

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

Shades of Lavender Rose #FFC2F6

Tints of Lavender Rose #FFC2F6

Color information

#FFC2F6 (or 0xFFC2F6) is unknown color: approx Lavender Rose. HEX triplet: FF, C2 and F6. RGB value is (255,194,246). Sum of RGB (Red+Green+Blue) = 255+194+246=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 194 (76.17% from 255 or 27.91% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2F6 is #003D09. Grayscale: #DADADA. Windows color (decimal): -15626 or 16171775. OLE color: 16171775.

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

Color convert

RGB255194246-
CMYK00.240.040
HSL308.85º100%88.04%-
HSV(B)308.85º23.92%100%-
XYZ77.1766.595.96-
YUV218.17143.71154.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.69%
GREEN value IS 194 (76.17% from 255) = 27.91%
BLUE value IS 246 (96.48% from 255) = 35.40%
R=36.69%
G=27.91%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519424600.240.040308.8510088.04
HexFFC2F6018401356458
Octal37730236603040465144130
Binary111111111100001011110110011000100010011010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2F6; }

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

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

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

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

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

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

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

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