#F4CADF

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

Shades of Classic Rose #F4CADF

Tints of Classic Rose #F4CADF

Color information

#F4CADF (or 0xF4CADF) is unknown color: approx Classic Rose. HEX triplet: F4, CA and DF. RGB value is (244,202,223). Sum of RGB (Red+Green+Blue) = 244+202+223=669 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.47% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CADF is #0B3520. Grayscale: #D8D8D8. Windows color (decimal): -734497 or 14666484. OLE color: 14666484.

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

Color convert

RGB244202223-
CMYK00.170.090.04
HSL330º65.62%87.45%-
HSV(B)330º17.21%95.69%-
XYZ71.7566.878.92-
YUV216.95131.41147.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.47%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 223 (87.5% from 255) = 33.33%
R=36.47%
G=30.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420222300.170.090.0433065.6287.45
HexF4CADF0119414a4257
Octal364312337021114512102127
Binary111101001100101011011111010001100110010100101010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CADF; }

 p { color: rgb(244,202,223); }

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

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

 a { background-color: rgb(244,202,223); }

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

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

 span { border-color: rgb(244,202,223); }

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