Html Css Color HEX #FC7E86 Carissma

📋 copy color: '#FC7E86'

red 252 ◦ green 126 ◦ blue 134

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

Shades of Carissma #FC7E86

Tints of Carissma #FC7E86

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.61%

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

R = 49.22%
G = 24.61%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC7E86 (or 0xFC7E86) is known color: Carissma. HEX triplet: FC, 7E and 86. RGB value is (252,126,134). Sum of RGB (Red+Green+Blue) = 252+126+134=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7E86 is #038179. Grayscale: #A4A4A4. Windows color (decimal): -229754 or 8814332. OLE color: 8814332.

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

Color convert

RGB 252 126 134 -
CMYK 0 0.5 0.47 0.01
HSL 356.19º 0.95% 0.74% -
HSV(B) 356.19º 0.5% 0.99% -
XYZ 51.91 37.34 27.03 -
YUV 164.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 252 126 134 0 0.5 0.47 0.01 356.19 0.95 0.74
Hex FC 7E 86 0 32 2F 1 164 5F 4A
Octal 374 176 206 0 62 57 1 544 137 112
Binary 11111100 1111110 10000110 0 110010 101111 1 101100100 1011111 1001010

Color Harmonies of #FC7E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7E86

Black with #FC7E86

Text Example


Text Example

White with #FC7E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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