Html Css Color HEX #FD7E8D Carissma

📋 copy color: '#FD7E8D'

red 253 ◦ green 126 ◦ blue 141

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

Shades of Carissma #FD7E8D

Tints of Carissma #FD7E8D

RGB

 RED value IS 253 (99.22% from 255) = 48.65%

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

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

R = 48.65%
G = 24.23%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD7E8D (or 0xFD7E8D) is known color: Carissma. HEX triplet: FD, 7E and 8D. RGB value is (253,126,141). Sum of RGB (Red+Green+Blue) = 253+126+141=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7E8D is #028172. Grayscale: #A5A5A5. Windows color (decimal): -164211 or 9273085. OLE color: 9273085.

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

Color convert

RGB 253 126 141 -
CMYK 0 0.50 0.44 0.01
HSL 352.91º 0.97% 0.74% -
HSV(B) 352.91º 0.5% 0.99% -
XYZ 52.78 37.73 29.7 -
YUV 165.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 253 126 141 0 0.50 0.44 0.01 352.91 0.97 0.74
Hex FD 7E 8D 0 32 2C 1 161 61 4A
Octal 375 176 215 0 62 54 1 541 141 112
Binary 11111101 1111110 10001101 0 110010 101100 1 101100001 1100001 1001010

Color Harmonies of #FD7E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7E8D

Black with #FD7E8D

Text Example


Text Example

White with #FD7E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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