#FFC4DA

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

Shades of Classic Rose #FFC4DA

Tints of Classic Rose #FFC4DA

Color information

#FFC4DA (or 0xFFC4DA) is unknown color: approx Classic Rose. HEX triplet: FF, C4 and DA. RGB value is (255,196,218). Sum of RGB (Red+Green+Blue) = 255+196+218=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 196 (76.95% from 255 or 29.30% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4DA is #003B25. Grayscale: #D8D8D8. Windows color (decimal): -15142 or 14337279. OLE color: 14337279.

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

Color convert

RGB255196218-
CMYK00.230.150
HSL337.63º100%88.43%-
HSV(B)337.63º23.14%100%-
XYZ73.6365.875.15-
YUV216.15129.05155.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 196 (76.95% from 255) = 29.30%
BLUE value IS 218 (85.55% from 255) = 32.59%
R=38.12%
G=29.30%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519621800.230.150337.6310088.43
HexFFC4DA017F01526458
Octal377304332027170522144130
Binary1111111111000100110110100101111111010101001011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC4DA; }

 p { color: rgb(255,196,218); }

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

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

 a { background-color: rgb(255,196,218); }

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

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

 span { border-color: rgb(255,196,218); }

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