#F8CADD

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

Shades of Classic Rose #F8CADD

Tints of Classic Rose #F8CADD

Color information

#F8CADD (or 0xF8CADD) is unknown color: approx Classic Rose. HEX triplet: F8, CA and DD. RGB value is (248,202,221). Sum of RGB (Red+Green+Blue) = 248+202+221=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CADD is #073522. Grayscale: #D9D9D9. Windows color (decimal): -472355 or 14535416. OLE color: 14535416.

HSL color Cylindrical-coordinate representation of color #F8CADD: hue angle of 335.22º 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 #F8CADD is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB248202221-
CMYK00.190.110.03
HSL335.22º76.67%88.24%-
HSV(B)335.22º18.55%97.25%-
XYZ72.8867.4277.58-
YUV217.92129.74149.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.96%
GREEN value IS 202 (79.30% from 255) = 30.10%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=36.96%
G=30.10%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820222100.190.110.03335.2276.6788.24
HexF8CADD013B314f4d58
Octal370312335023133517115130
Binary11111000110010101101110101001110111110100111110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CADD; }

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

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

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

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

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

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

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

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