#FDC1EE

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

Shades of Lavender Rose #FDC1EE

Tints of Lavender Rose #FDC1EE

Color information

#FDC1EE (or 0xFDC1EE) is unknown color: approx Lavender Rose. HEX triplet: FD, C1 and EE. RGB value is (253,193,238). Sum of RGB (Red+Green+Blue) = 253+193+238=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 193 (75.78% from 255 or 28.22% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC1EE is #023E11. Grayscale: #D7D7D7. Windows color (decimal): -146962 or 15647229. OLE color: 15647229.

HSL color Cylindrical-coordinate representation of color #FDC1EE: hue angle of 315º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC1EE is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253193238-
CMYK00.240.060.01
HSL315º93.75%87.45%-
HSV(B)315º23.72%99.22%-
XYZ75.0165.289.52-
YUV216.07140.38154.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.99%
GREEN value IS 193 (75.78% from 255) = 28.22%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=36.99%
G=28.22%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319323800.240.060.0131593.7587.45
HexFDC1EE0186113b5e57
Octal37530135603061473136127
Binary111111011100000111101110011000110110011101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC1EE; }

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

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

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

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

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

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

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

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