#FDC4F3

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

Shades of Lavender Rose #FDC4F3

Tints of Lavender Rose #FDC4F3

Color information

#FDC4F3 (or 0xFDC4F3) is unknown color: approx Lavender Rose. HEX triplet: FD, C4 and F3. RGB value is (253,196,243). Sum of RGB (Red+Green+Blue) = 253+196+243=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 196 (76.95% from 255 or 28.32% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC4F3 is #023B0C. Grayscale: #DADADA. Windows color (decimal): -146189 or 15975677. OLE color: 15975677.

HSL color Cylindrical-coordinate representation of color #FDC4F3: hue angle of 310.53º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC4F3 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB253196243-
CMYK00.230.040.01
HSL310.53º93.44%88.04%-
HSV(B)310.53º22.53%99.22%-
XYZ76.4366.8393.67-
YUV218.4141.88152.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.56%
GREEN value IS 196 (76.95% from 255) = 28.32%
BLUE value IS 243 (95.31% from 255) = 35.12%
R=36.56%
G=28.32%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319624300.230.040.01310.5393.4488.04
HexFDC4F3017411375d58
Octal37530436302741467135130
Binary111111011100010011110011010111100110011011110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC4F3; }

 p { color: rgb(253,196,243); }

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

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

 a { background-color: rgb(253,196,243); }

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

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

 span { border-color: rgb(253,196,243); }

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