#FD788E

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

Shades of Carissma #FD788E

Tints of Carissma #FD788E

Color information

#FD788E (or 0xFD788E) is unknown color: approx Carissma. HEX triplet: FD, 78 and 8E. RGB value is (253,120,142). Sum of RGB (Red+Green+Blue) = 253+120+142=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD788E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD788E is #028771. Grayscale: #A2A2A2. Windows color (decimal): -165746 or 9337085. OLE color: 9337085.

HSL color Cylindrical-coordinate representation of color #FD788E: hue angle of 350.08º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD788E is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB253120142-
CMYK00.530.440.01
HSL350.08º97.08%73.14%-
HSV(B)350.08º52.57%99.22%-
XYZ52.1136.2729.85-
YUV162.27116.56192.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.13%
GREEN value IS 120 (47.27% from 255) = 23.30%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=49.13%
G=23.30%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312014200.530.440.01350.0897.0873.14
HexFD788E0352C115e6149
Octal375170216065541536141111
Binary111111011111000100011100110101101100110101111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD788E; }

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

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

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

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

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

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

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

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