#FFC2E4

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

Shades of Classic Rose #FFC2E4

Tints of Classic Rose #FFC2E4

Color information

#FFC2E4 (or 0xFFC2E4) is unknown color: approx Classic Rose. HEX triplet: FF, C2 and E4. RGB value is (255,194,228). Sum of RGB (Red+Green+Blue) = 255+194+228=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 194 (76.17% from 255 or 28.66% from 677); Blue value is 228 (89.45% from 255 or 33.68% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2E4 is #003D1B. Grayscale: #D8D8D8. Windows color (decimal): -15644 or 14992127. OLE color: 14992127.

HSL color Cylindrical-coordinate representation of color #FFC2E4: hue angle of 326.56º 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 #FFC2E4 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255194228-
CMYK00.240.110
HSL326.56º100%88.04%-
HSV(B)326.56º23.92%100%-
XYZ74.5465.4582.1-
YUV216.11134.71155.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 194 (76.17% from 255) = 28.66%
BLUE value IS 228 (89.45% from 255) = 33.68%
R=37.67%
G=28.66%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519422800.240.110326.5610088.04
HexFFC2E4018B01476458
Octal377302344030130507144130
Binary1111111111000010111001000110001011010100011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2E4; }

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

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

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

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

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

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

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

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