#FAC3D7

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

Shades of Classic Rose #FAC3D7

Tints of Classic Rose #FAC3D7

Color information

#FAC3D7 (or 0xFAC3D7) is unknown color: approx Classic Rose. HEX triplet: FA, C3 and D7. RGB value is (250,195,215). Sum of RGB (Red+Green+Blue) = 250+195+215=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 195 (76.56% from 255 or 29.55% from 660); Blue value is 215 (84.38% from 255 or 32.58% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3D7 is #053C28. Grayscale: #D5D5D5. Windows color (decimal): -343081 or 14140410. OLE color: 14140410.

HSL color Cylindrical-coordinate representation of color #FAC3D7: hue angle of 338.18º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC3D7 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB250195215-
CMYK00.220.140.02
HSL338.18º84.62%87.25%-
HSV(B)338.18º22%98.04%-
XYZ71.2164.2672.94-
YUV213.72128.72153.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 195 (76.56% from 255) = 29.55%
BLUE value IS 215 (84.38% from 255) = 32.58%
R=37.88%
G=29.55%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019521500.220.140.02338.1884.6287.25
HexFAC3D7016E21525557
Octal372303327026162522125127
Binary11111010110000111101011101011011101010101001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC3D7; }

 p { color: rgb(250,195,215); }

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

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

 a { background-color: rgb(250,195,215); }

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

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

 span { border-color: rgb(250,195,215); }

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