Html Css Color HEX #FC7C86 Carissma

📋 copy color: '#FC7C86'

red 252 ◦ green 124 ◦ blue 134

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

Shades of Carissma #FC7C86

Tints of Carissma #FC7C86

RGB

 RED value IS 252 (98.83% from 255) = 49.41%

 GREEN value IS 124 (48.83% from 255) = 24.31%

 BLUE value IS 134 (52.73% from 255) = 26.27%

R = 49.41%
G = 24.31%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC7C86 (or 0xFC7C86) is known color: Carissma. HEX triplet: FC, 7C and 86. RGB value is (252,124,134). Sum of RGB (Red+Green+Blue) = 252+124+134=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7C86 is #038379. Grayscale: #A3A3A3. Windows color (decimal): -230266 or 8813820. OLE color: 8813820.

HSL color Cylindrical-coordinate representation of color #FC7C86: hue angle of 355.31º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7C86 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 124 134 -
CMYK 0 0.51 0.47 0.01
HSL 355.31º 0.96% 0.74% -
HSV(B) 355.31º 0.51% 0.99% -
XYZ 51.66 36.83 26.94 -
YUV 163.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 252 124 134 0 0.51 0.47 0.01 355.31 0.96 0.74
Hex FC 7C 86 0 33 2F 1 163 60 4A
Octal 374 174 206 0 63 57 1 543 140 112
Binary 11111100 1111100 10000110 0 110011 101111 1 101100011 1100000 1001010

Color Harmonies of #FC7C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7C86

Black with #FC7C86

Text Example


Text Example

White with #FC7C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7C86; }

 p { color: rgb(252,124,134); }

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

background-color css

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

 a { background-color: rgb(252,124,134); }

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

border-color css

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

 span { border-color: rgb(252,124,134); }

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