#FDC1F4

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

Shades of Lavender Rose #FDC1F4

Tints of Lavender Rose #FDC1F4

Color information

#FDC1F4 (or 0xFDC1F4) is unknown color: approx Lavender Rose. HEX triplet: FD, C1 and F4. RGB value is (253,193,244). Sum of RGB (Red+Green+Blue) = 253+193+244=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 193 (75.78% from 255 or 27.97% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC1F4 is #023E0B. Grayscale: #D8D8D8. Windows color (decimal): -146956 or 16040445. OLE color: 16040445.

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

Color convert

RGB253193244-
CMYK00.240.040.01
HSL309º93.75%87.45%-
HSV(B)309º23.72%99.22%-
XYZ75.9165.5594.24-
YUV216.75143.38153.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.67%
GREEN value IS 193 (75.78% from 255) = 27.97%
BLUE value IS 244 (95.70% from 255) = 35.36%
R=36.67%
G=27.97%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319324400.240.040.0130993.7587.45
HexFDC1F4018411355e57
Octal37530136403041465136127
Binary111111011100000111110100011000100110011010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC1F4; }

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

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

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

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

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

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

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

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