#F4CDE1

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

Shades of Classic Rose #F4CDE1

Tints of Classic Rose #F4CDE1

Color information

#F4CDE1 (or 0xF4CDE1) is unknown color: approx Classic Rose. HEX triplet: F4, CD and E1. RGB value is (244,205,225). Sum of RGB (Red+Green+Blue) = 244+205+225=674 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.20% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDE1 is #0B321E. Grayscale: #DADADA. Windows color (decimal): -733727 or 14798324. OLE color: 14798324.

HSL color Cylindrical-coordinate representation of color #F4CDE1: hue angle of 329.23º degrees, saturation: 0.64, 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 #F4CDE1 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB244205225-
CMYK00.160.080.04
HSL329.23º63.93%88.04%-
HSV(B)329.23º15.98%95.69%-
XYZ72.7368.3380.59-
YUV218.94131.42145.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.20%
GREEN value IS 205 (80.47% from 255) = 30.42%
BLUE value IS 225 (88.28% from 255) = 33.38%
R=36.20%
G=30.42%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420522500.160.080.04329.2363.9388.04
HexF4CDE1010841494058
Octal364315341020104511100130
Binary111101001100110111100001010000100010010100100110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDE1; }

 p { color: rgb(244,205,225); }

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

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

 a { background-color: rgb(244,205,225); }

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

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

 span { border-color: rgb(244,205,225); }

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