#FFC2EB

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

Shades of Classic Rose #FFC2EB

Tints of Classic Rose #FFC2EB

Color information

#FFC2EB (or 0xFFC2EB) is unknown color: approx Classic Rose. HEX triplet: FF, C2 and EB. RGB value is (255,194,235). Sum of RGB (Red+Green+Blue) = 255+194+235=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 194 (76.17% from 255 or 28.36% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2EB is #003D14. Grayscale: #D8D8D8. Windows color (decimal): -15637 or 15450879. OLE color: 15450879.

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

Color convert

RGB255194235-
CMYK00.240.080
HSL319.67º100%88.04%-
HSV(B)319.67º23.92%100%-
XYZ75.5365.8487.33-
YUV216.91138.21155.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 194 (76.17% from 255) = 28.36%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=37.28%
G=28.36%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519423500.240.080319.6710088.04
HexFFC2EB018801406458
Octal377302353030100500144130
Binary1111111111000010111010110110001000010100000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2EB; }

 p { color: rgb(255,194,235); }

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

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

 a { background-color: rgb(255,194,235); }

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

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

 span { border-color: rgb(255,194,235); }

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