#F3C3DB

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

Shades of Classic Rose #F3C3DB

Tints of Classic Rose #F3C3DB

Color information

#F3C3DB (or 0xF3C3DB) is unknown color: approx Classic Rose. HEX triplet: F3, C3 and DB. RGB value is (243,195,219). Sum of RGB (Red+Green+Blue) = 243+195+219=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 195 (76.56% from 255 or 29.68% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C3DB is #0C3C24. Grayscale: #D4D4D4. Windows color (decimal): -801829 or 14402547. OLE color: 14402547.

HSL color Cylindrical-coordinate representation of color #F3C3DB: hue angle of 330º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C3DB is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB243195219-
CMYK00.200.100.05
HSL330º66.67%85.88%-
HSV(B)330º19.75%95.29%-
XYZ69.2663.275.57-
YUV212.09131.9150.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.99%
GREEN value IS 195 (76.56% from 255) = 29.68%
BLUE value IS 219 (85.94% from 255) = 33.33%
R=36.99%
G=29.68%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319521900.200.100.0533066.6785.88
HexF3C3DB014A514a4356
Octal363303333024125512103126
Binary111100111100001111011011010100101010110100101010000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C3DB; }

 p { color: rgb(243,195,219); }

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

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

 a { background-color: rgb(243,195,219); }

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

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

 span { border-color: rgb(243,195,219); }

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