#F1CCDA

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

Shades of Classic Rose #F1CCDA

Tints of Classic Rose #F1CCDA

Color information

#F1CCDA (or 0xF1CCDA) is unknown color: approx Classic Rose. HEX triplet: F1, CC and DA. RGB value is (241,204,218). Sum of RGB (Red+Green+Blue) = 241+204+218=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCDA is #0E3325. Grayscale: #D8D8D8. Windows color (decimal): -930598 or 14339313. OLE color: 14339313.

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

Color convert

RGB241204218-
CMYK00.150.100.05
HSL337.3º56.92%87.25%-
HSV(B)337.3º15.35%94.51%-
XYZ70.5266.9575.54-
YUV216.66128.76145.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.35%
GREEN value IS 204 (80.08% from 255) = 30.77%
BLUE value IS 218 (85.55% from 255) = 32.88%
R=36.35%
G=30.77%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120421800.150.100.05337.356.9287.25
HexF1CCDA0FA51513957
Octal36131433201712552171127
Binary1111000111001100110110100111110101011010100011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCDA; }

 p { color: rgb(241,204,218); }

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

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

 a { background-color: rgb(241,204,218); }

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

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

 span { border-color: rgb(241,204,218); }

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