#F3A1CB

Color #F3A1CB Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #F3A1CB

Tints of Carnation Pink #F3A1CB

Color information

#F3A1CB (or 0xF3A1CB) is unknown color: approx Carnation Pink. HEX triplet: F3, A1 and CB. RGB value is (243,161,203). Sum of RGB (Red+Green+Blue) = 243+161+203=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A1CB is #0C5E34. Grayscale: #BEBEBE. Windows color (decimal): -810549 or 13345267. OLE color: 13345267.

HSL color Cylindrical-coordinate representation of color #F3A1CB: hue angle of 329.27º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F3A1CB is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243161203-
CMYK00.340.160.05
HSL329.27º77.36%79.22%-
HSV(B)329.27º33.74%95.29%-
XYZ60.4948.8662.74-
YUV190.31135.17165.58-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.03%
GREEN value IS 161 (63.28% from 255) = 26.52%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=40.03%
G=26.52%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316120300.340.160.05329.2777.3679.22
HexF3A1CB0221051494d4f
Octal363241313042205511115117
Binary11110011101000011100101101000101000010110100100110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A1CB; }

 p { color: rgb(243,161,203); }

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

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

 a { background-color: rgb(243,161,203); }

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

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

 span { border-color: rgb(243,161,203); }

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