Html Css Color HEX #FE7B8D Carissma

📋 copy color: '#FE7B8D'

red 254 ◦ green 123 ◦ blue 141

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

Shades of Carissma #FE7B8D

Tints of Carissma #FE7B8D

RGB

 RED value IS 254 (99.61% from 255) = 49.03%

 GREEN value IS 123 (48.44% from 255) = 23.75%

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

R = 49.03%
G = 23.75%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE7B8D (or 0xFE7B8D) is known color: Carissma. HEX triplet: FE, 7B and 8D. RGB value is (254,123,141). Sum of RGB (Red+Green+Blue) = 254+123+141=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7B8D is #018472. Grayscale: #A4A4A4. Windows color (decimal): -99443 or 9272318. OLE color: 9272318.

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

Color convert

RGB 254 123 141 -
CMYK 0 0.52 0.44 0.00
HSL 351.76º 0.98% 0.74% -
HSV(B) 351.76º 0.52% 1% -
XYZ 52.76 37.16 29.59 -
YUV 164.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 254 123 141 0 0.52 0.44 0.00 351.76 0.98 0.74
Hex FE 7B 8D 0 34 2C 0 160 62 4A
Octal 376 173 215 0 64 54 0 540 142 112
Binary 11111110 1111011 10001101 0 110100 101100 0 101100000 1100010 1001010

Color Harmonies of #FE7B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7B8D

Black with #FE7B8D

Text Example


Text Example

White with #FE7B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7B8D; }

 p { color: rgb(254,123,141); }

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

background-color css

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

 a { background-color: rgb(254,123,141); }

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

border-color css

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

 span { border-color: rgb(254,123,141); }

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