#F1CCD0

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

Shades of Pale Rose #F1CCD0

Tints of Pale Rose #F1CCD0

Color information

#F1CCD0 (or 0xF1CCD0) is unknown color: approx Pale Rose. HEX triplet: F1, CC and D0. RGB value is (241,204,208). Sum of RGB (Red+Green+Blue) = 241+204+208=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCD0 is #0E332F. Grayscale: #D7D7D7. Windows color (decimal): -930608 or 13683953. OLE color: 13683953.

HSL color Cylindrical-coordinate representation of color #F1CCD0: hue angle of 353.51º 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 #F1CCD0 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB241204208-
CMYK00.150.140.05
HSL353.51º56.92%87.25%-
HSV(B)353.51º15.35%94.51%-
XYZ69.2566.4468.85-
YUV215.52123.76146.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.91%
GREEN value IS 204 (80.08% from 255) = 31.24%
BLUE value IS 208 (81.64% from 255) = 31.85%
R=36.91%
G=31.24%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120420800.150.140.05353.5156.9287.25
HexF1CCD00FE51623957
Octal36131432001716554271127
Binary1111000111001100110100000111111101011011000101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCD0; }

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

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

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

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

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

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

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

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