Html Css Color HEX #FD7E8B Carissma

📋 copy color: '#FD7E8B'

red 253 ◦ green 126 ◦ blue 139

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

Shades of Carissma #FD7E8B

Tints of Carissma #FD7E8B

RGB

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

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

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

R = 48.84%
G = 24.32%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD7E8B (or 0xFD7E8B) is known color: Carissma. HEX triplet: FD, 7E and 8B. RGB value is (253,126,139). Sum of RGB (Red+Green+Blue) = 253+126+139=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7E8B is #028174. Grayscale: #A5A5A5. Windows color (decimal): -164213 or 9142013. OLE color: 9142013.

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

Color convert

RGB 253 126 139 -
CMYK 0 0.50 0.45 0.01
HSL 353.86º 0.97% 0.74% -
HSV(B) 353.86º 0.5% 0.99% -
XYZ 52.63 37.67 28.92 -
YUV 165.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 253 126 139 0 0.50 0.45 0.01 353.86 0.97 0.74
Hex FD 7E 8B 0 32 2D 1 162 61 4A
Octal 375 176 213 0 62 55 1 542 141 112
Binary 11111101 1111110 10001011 0 110010 101101 1 101100010 1100001 1001010

Color Harmonies of #FD7E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7E8B

Black with #FD7E8B

Text Example


Text Example

White with #FD7E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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