Html Css Color HEX #FC7D86 Carissma

📋 copy color: '#FC7D86'

red 252 ◦ green 125 ◦ blue 134

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

Shades of Carissma #FC7D86

Tints of Carissma #FC7D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.46%

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

R = 49.32%
G = 24.46%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC7D86 (or 0xFC7D86) is known color: Carissma. HEX triplet: FC, 7D and 86. RGB value is (252,125,134). Sum of RGB (Red+Green+Blue) = 252+125+134=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7D86 is #038279. Grayscale: #A4A4A4. Windows color (decimal): -230010 or 8814076. OLE color: 8814076.

HSL color Cylindrical-coordinate representation of color #FC7D86: hue angle of 355.75º 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 #FC7D86 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 125 134 -
CMYK 0 0.50 0.47 0.01
HSL 355.75º 0.95% 0.74% -
HSV(B) 355.75º 0.5% 0.99% -
XYZ 51.78 37.08 26.98 -
YUV 164 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 252 125 134 0 0.50 0.47 0.01 355.75 0.95 0.74
Hex FC 7D 86 0 32 2F 1 164 5F 4A
Octal 374 175 206 0 62 57 1 544 137 112
Binary 11111100 1111101 10000110 0 110010 101111 1 101100100 1011111 1001010

Color Harmonies of #FC7D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D86

Black with #FC7D86

Text Example


Text Example

White with #FC7D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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