#FCCBF0

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

Shades of Classic Rose #FCCBF0

Tints of Classic Rose #FCCBF0

Color information

#FCCBF0 (or 0xFCCBF0) is unknown color: approx Classic Rose. HEX triplet: FC, CB and F0. RGB value is (252,203,240). Sum of RGB (Red+Green+Blue) = 252+203+240=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 203 (79.69% from 255 or 29.21% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBF0 is #03340F. Grayscale: #DDDDDD. Windows color (decimal): -209936 or 15780860. OLE color: 15780860.

HSL color Cylindrical-coordinate representation of color #FCCBF0: hue angle of 314.69º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCBF0 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB252203240-
CMYK00.190.050.01
HSL314.69º89.09%89.22%-
HSV(B)314.69º19.44%98.82%-
XYZ77.2369.791.82-
YUV221.87138.23149.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 203 (79.69% from 255) = 29.21%
BLUE value IS 240 (94.14% from 255) = 34.53%
R=36.26%
G=29.21%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220324000.190.050.01314.6989.0989.22
HexFCCBF00135113b5959
Octal37431336002351473131131
Binary111111001100101111110000010011101110011101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBF0; }

 p { color: rgb(252,203,240); }

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

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

 a { background-color: rgb(252,203,240); }

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

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

 span { border-color: rgb(252,203,240); }

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