#F5CEDA

Color #F5CEDA Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #F5CEDA

Tints of Pink Lace #F5CEDA

Color information

#F5CEDA (or 0xF5CEDA) is unknown color: approx Pink Lace. HEX triplet: F5, CE and DA. RGB value is (245,206,218). Sum of RGB (Red+Green+Blue) = 245+206+218=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CEDA is #0A3125. Grayscale: #DBDBDB. Windows color (decimal): -667942 or 14339829. OLE color: 14339829.

HSL color Cylindrical-coordinate representation of color #F5CEDA: hue angle of 341.54º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CEDA is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245206218-
CMYK00.160.110.04
HSL341.54º66.1%88.43%-
HSV(B)341.54º15.92%96.08%-
XYZ72.3868.6275.76-
YUV219.03127.42146.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.62%
GREEN value IS 206 (80.86% from 255) = 30.79%
BLUE value IS 218 (85.55% from 255) = 32.59%
R=36.62%
G=30.79%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520621800.160.110.04341.5466.188.43
HexF5CEDA010B41564258
Octal365316332020134526102130
Binary111101011100111011011010010000101110010101011010000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CEDA; }

 p { color: rgb(245,206,218); }

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

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

 a { background-color: rgb(245,206,218); }

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

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

 span { border-color: rgb(245,206,218); }

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