Html Css Color HEX #FC7E8D Carissma

📋 copy color: '#FC7E8D'

red 252 ◦ green 126 ◦ blue 141

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

Shades of Carissma #FC7E8D

Tints of Carissma #FC7E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.17%

R = 48.55%
G = 24.28%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC7E8D (or 0xFC7E8D) is known color: Carissma. HEX triplet: FC, 7E and 8D. RGB value is (252,126,141). Sum of RGB (Red+Green+Blue) = 252+126+141=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7E8D is #038172. Grayscale: #A5A5A5. Windows color (decimal): -229747 or 9273084. OLE color: 9273084.

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

Color convert

RGB 252 126 141 -
CMYK 0 0.5 0.44 0.01
HSL 352.86º 0.95% 0.74% -
HSV(B) 352.86º 0.5% 0.99% -
XYZ 52.41 37.54 29.68 -
YUV 165.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 252 126 141 0 0.5 0.44 0.01 352.86 0.95 0.74
Hex FC 7E 8D 0 32 2C 1 161 5F 4A
Octal 374 176 215 0 62 54 1 541 137 112
Binary 11111100 1111110 10001101 0 110010 101100 1 101100001 1011111 1001010

Color Harmonies of #FC7E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7E8D

Black with #FC7E8D

Text Example


Text Example

White with #FC7E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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