Html Css Color HEX #FE7D8B Carissma

📋 copy color: '#FE7D8B'

red 254 ◦ green 125 ◦ blue 139

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

Shades of Carissma #FE7D8B

Tints of Carissma #FE7D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.83%

R = 49.03%
G = 24.13%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE7D8B (or 0xFE7D8B) is known color: Carissma. HEX triplet: FE, 7D and 8B. RGB value is (254,125,139). Sum of RGB (Red+Green+Blue) = 254+125+139=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7D8B is #018274. Grayscale: #A5A5A5. Windows color (decimal): -98933 or 9141758. OLE color: 9141758.

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

Color convert

RGB 254 125 139 -
CMYK 0 0.51 0.45 0.00
HSL 353.49º 0.98% 0.74% -
HSV(B) 353.49º 0.51% 1% -
XYZ 52.87 37.6 28.9 -
YUV 165.17 113.24 191.36 -
System Red Green Blue C M Y K H S L
Decimal 254 125 139 0 0.51 0.45 0.00 353.49 0.98 0.74
Hex FE 7D 8B 0 33 2D 0 161 62 4A
Octal 376 175 213 0 63 55 0 541 142 112
Binary 11111110 1111101 10001011 0 110011 101101 0 101100001 1100010 1001010

Color Harmonies of #FE7D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7D8B

Black with #FE7D8B

Text Example


Text Example

White with #FE7D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7D8B; }

 p { color: rgb(254,125,139); }

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

background-color css

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

 a { background-color: rgb(254,125,139); }

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

border-color css

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

 span { border-color: rgb(254,125,139); }

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