Html Css Color HEX #FA788B Carissma

📋 copy color: '#FA788B'

red 250 ◦ green 120 ◦ blue 139

#FA788B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #FA788B

Tints of Carissma #FA788B

RGB

 RED value IS 250 (98.05% from 255) = 49.12%

 GREEN value IS 120 (47.27% from 255) = 23.58%

 BLUE value IS 139 (54.69% from 255) = 27.31%

R = 49.12%
G = 23.58%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA788B (or 0xFA788B) is known color: Carissma. HEX triplet: FA, 78 and 8B. RGB value is (250,120,139). Sum of RGB (Red+Green+Blue) = 250+120+139=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA788B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA788B is #058774. Grayscale: #A1A1A1. Windows color (decimal): -362357 or 9140474. OLE color: 9140474.

HSL color Cylindrical-coordinate representation of color #FA788B: hue angle of 351.23º 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 #FA788B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 120 139 -
CMYK 0 0.52 0.44 0.02
HSL 351.23º 0.93% 0.73% -
HSV(B) 351.23º 0.52% 0.98% -
XYZ 50.8 35.62 28.62 -
YUV 161.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 250 120 139 0 0.52 0.44 0.02 351.23 0.93 0.73
Hex FA 78 8B 0 34 2C 2 15F 5D 49
Octal 372 170 213 0 64 54 2 537 135 111
Binary 11111010 1111000 10001011 0 110100 101100 10 101011111 1011101 1001001

Color Harmonies of #FA788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA788B

Black with #FA788B

Text Example


Text Example

White with #FA788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA788B; }

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

 H1.HeaderClassName
 {
   color: #FA788B;
 }
 .AnyTagClassName
 {
   color: #FA788B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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