#FFCCF1

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

Shades of Classic Rose #FFCCF1

Tints of Classic Rose #FFCCF1

Color information

#FFCCF1 (or 0xFFCCF1) is unknown color: approx Classic Rose. HEX triplet: FF, CC and F1. RGB value is (255,204,241). Sum of RGB (Red+Green+Blue) = 255+204+241=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 204 (80.08% from 255 or 29.14% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCF1 is #00330E. Grayscale: #DFDFDF. Windows color (decimal): -13071 or 15846655. OLE color: 15846655.

HSL color Cylindrical-coordinate representation of color #FFCCF1: hue angle of 316.47º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCCF1 is Cyan = 0, Magento = 0.2, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB255204241-
CMYK00.20.050
HSL316.47º100%90%-
HSV(B)316.47º20%100%-
XYZ78.7170.892.74-
YUV223.47137.9150.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.43%
GREEN value IS 204 (80.08% from 255) = 29.14%
BLUE value IS 241 (94.53% from 255) = 34.43%
R=36.43%
G=29.14%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520424100.20.050316.4710090
HexFFCCF10145013c645a
Octal37731436102450474144132
Binary111111111100110011110001010100101010011110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCF1; }

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

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

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

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

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

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

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

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