#F5CFEB

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

Shades of Classic Rose #F5CFEB

Tints of Classic Rose #F5CFEB

Color information

#F5CFEB (or 0xF5CFEB) is unknown color: approx Classic Rose. HEX triplet: F5, CF and EB. RGB value is (245,207,235). Sum of RGB (Red+Green+Blue) = 245+207+235=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CFEB is #0A3014. Grayscale: #DDDDDD. Windows color (decimal): -667669 or 15454197. OLE color: 15454197.

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

Color convert

RGB245207235-
CMYK00.160.040.04
HSL315.79º65.52%88.63%-
HSV(B)315.79º15.51%96.08%-
XYZ74.9670.0488.16-
YUV221.55135.59144.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.66%
GREEN value IS 207 (81.25% from 255) = 30.13%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=35.66%
G=30.13%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520723500.160.040.04315.7965.5288.63
HexF5CFEB0104413c4259
Octal36531735302044474102131
Binary11110101110011111110101101000010010010011110010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CFEB; }

 p { color: rgb(245,207,235); }

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

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

 a { background-color: rgb(245,207,235); }

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

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

 span { border-color: rgb(245,207,235); }

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