#F9C1EE

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

Shades of Lavender Rose #F9C1EE

Tints of Lavender Rose #F9C1EE

Color information

#F9C1EE (or 0xF9C1EE) is unknown color: approx Lavender Rose. HEX triplet: F9, C1 and EE. RGB value is (249,193,238). Sum of RGB (Red+Green+Blue) = 249+193+238=680 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.62% from 680); Green value is 193 (75.78% from 255 or 28.38% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C1EE is #063E11. Grayscale: #D6D6D6. Windows color (decimal): -409106 or 15647225. OLE color: 15647225.

HSL color Cylindrical-coordinate representation of color #F9C1EE: hue angle of 311.79º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9C1EE is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB249193238-
CMYK00.220.040.02
HSL311.79º82.35%86.67%-
HSV(B)311.79º22.49%97.65%-
XYZ73.5764.4589.45-
YUV214.87141.05152.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.62%
GREEN value IS 193 (75.78% from 255) = 28.38%
BLUE value IS 238 (93.36% from 255) = 35%
R=36.62%
G=28.38%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919323800.220.040.02311.7982.3586.67
HexF9C1EE016421385257
Octal37130135602642470122127
Binary1111100111000001111011100101101001010011100010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C1EE; }

 p { color: rgb(249,193,238); }

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

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

 a { background-color: rgb(249,193,238); }

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

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

 span { border-color: rgb(249,193,238); }

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