#FA788E

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

Shades of Carissma #FA788E

Tints of Carissma #FA788E

Color information

#FA788E (or 0xFA788E) is unknown color: approx Carissma. HEX triplet: FA, 78 and 8E. RGB value is (250,120,142). Sum of RGB (Red+Green+Blue) = 250+120+142=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA788E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA788E is #058771. Grayscale: #A1A1A1. Windows color (decimal): -362354 or 9337082. OLE color: 9337082.

HSL color Cylindrical-coordinate representation of color #FA788E: hue angle of 349.85º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA788E is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB250120142-
CMYK00.520.430.02
HSL349.85º92.86%72.55%-
HSV(B)349.85º52%98.04%-
XYZ51.0235.7129.79-
YUV161.38117.07191.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.83%
GREEN value IS 120 (47.27% from 255) = 23.44%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=48.83%
G=23.44%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012014200.520.430.02349.8592.8672.55
HexFA788E0342B215e5d49
Octal372170216064532536135111
Binary1111101011110001000111001101001010111010101111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA788E; }

 p { color: rgb(250,120,142); }

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

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

 a { background-color: rgb(250,120,142); }

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

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

 span { border-color: rgb(250,120,142); }

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