#F1CADC

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

Shades of Classic Rose #F1CADC

Tints of Classic Rose #F1CADC

Color information

#F1CADC (or 0xF1CADC) is unknown color: approx Classic Rose. HEX triplet: F1, CA and DC. RGB value is (241,202,220). Sum of RGB (Red+Green+Blue) = 241+202+220=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CADC is #0E3523. Grayscale: #D7D7D7. Windows color (decimal): -931108 or 14469873. OLE color: 14469873.

HSL color Cylindrical-coordinate representation of color #F1CADC: hue angle of 332.31º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1CADC is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241202220-
CMYK00.160.090.05
HSL332.31º58.21%86.86%-
HSV(B)332.31º16.18%94.51%-
XYZ70.3166.1176.76-
YUV215.71130.42146.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.35%
GREEN value IS 202 (79.30% from 255) = 30.47%
BLUE value IS 220 (86.33% from 255) = 33.18%
R=36.35%
G=30.47%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120222000.160.090.05332.3158.2186.86
HexF1CADC0109514c3a57
Octal36131233402011551472127
Binary11110001110010101101110001000010011011010011001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CADC; }

 p { color: rgb(241,202,220); }

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

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

 a { background-color: rgb(241,202,220); }

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

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

 span { border-color: rgb(241,202,220); }

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