#F8CADF

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

Shades of Classic Rose #F8CADF

Tints of Classic Rose #F8CADF

Color information

#F8CADF (or 0xF8CADF) is unknown color: approx Classic Rose. HEX triplet: F8, CA and DF. RGB value is (248,202,223). Sum of RGB (Red+Green+Blue) = 248+202+223=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CADF is #073520. Grayscale: #DADADA. Windows color (decimal): -472353 or 14666488. OLE color: 14666488.

HSL color Cylindrical-coordinate representation of color #F8CADF: hue angle of 332.61º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8CADF is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248202223-
CMYK00.190.100.03
HSL332.61º76.67%88.24%-
HSV(B)332.61º18.55%97.25%-
XYZ73.1567.5378.99-
YUV218.15130.74149.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.85%
GREEN value IS 202 (79.30% from 255) = 30.01%
BLUE value IS 223 (87.5% from 255) = 33.14%
R=36.85%
G=30.01%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820222300.190.100.03332.6176.6788.24
HexF8CADF013A314d4d58
Octal370312337023123515115130
Binary11111000110010101101111101001110101110100110110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CADF; }

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

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

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

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

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

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

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

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