#FFC2F8

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

Shades of Lavender Rose #FFC2F8

Tints of Lavender Rose #FFC2F8

Color information

#FFC2F8 (or 0xFFC2F8) is unknown color: approx Lavender Rose. HEX triplet: FF, C2 and F8. RGB value is (255,194,248). Sum of RGB (Red+Green+Blue) = 255+194+248=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 194 (76.17% from 255 or 27.83% from 697); Blue value is 248 (97.27% from 255 or 35.58% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2F8 is #003D07. Grayscale: #DADADA. Windows color (decimal): -15624 or 16302847. OLE color: 16302847.

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

Color convert

RGB255194248-
CMYK00.240.030
HSL306.89º100%88.04%-
HSV(B)306.89º23.92%100%-
XYZ77.4866.6297.58-
YUV218.4144.71154.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.59%
GREEN value IS 194 (76.17% from 255) = 27.83%
BLUE value IS 248 (97.27% from 255) = 35.58%
R=36.59%
G=27.83%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519424800.240.030306.8910088.04
HexFFC2F8018301336458
Octal37730237003030463144130
Binary11111111110000101111100001100011010011001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2F8; }

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

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

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

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

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

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

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

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