Html Css Color HEX #FA808C Carissma

📋 copy color: '#FA808C'

red 250 ◦ green 128 ◦ blue 140

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

Shades of Carissma #FA808C

Tints of Carissma #FA808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.71%

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 48.26%
G = 24.71%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA808C (or 0xFA808C) is known color: Carissma. HEX triplet: FA, 80 and 8C. RGB value is (250,128,140). Sum of RGB (Red+Green+Blue) = 250+128+140=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA808C is #057F73. Grayscale: #A5A5A5. Windows color (decimal): -360308 or 9208058. OLE color: 9208058.

HSL color Cylindrical-coordinate representation of color #FA808C: hue angle of 354.1º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA808C is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 140 -
CMYK 0 0.49 0.44 0.02
HSL 354.1º 0.92% 0.74% -
HSV(B) 354.1º 0.49% 0.98% -
XYZ 51.88 37.66 29.35 -
YUV 165.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 250 128 140 0 0.49 0.44 0.02 354.1 0.92 0.74
Hex FA 80 8C 0 31 2C 2 162 5C 4A
Octal 372 200 214 0 61 54 2 542 134 112
Binary 11111010 10000000 10001100 0 110001 101100 10 101100010 1011100 1001010

Color Harmonies of #FA808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA808C

Black with #FA808C

Text Example


Text Example

White with #FA808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA808C; }

 p { color: rgb(250,128,140); }

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

background-color css

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

 a { background-color: rgb(250,128,140); }

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

border-color css

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

 span { border-color: rgb(250,128,140); }

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