Html Css Color HEX #FB7D8B Carissma

📋 copy color: '#FB7D8B'

red 251 ◦ green 125 ◦ blue 139

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

Shades of Carissma #FB7D8B

Tints of Carissma #FB7D8B

RGB

 RED value IS 251 (98.44% from 255) = 48.74%

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

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

R = 48.74%
G = 24.27%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB7D8B (or 0xFB7D8B) is known color: Carissma. HEX triplet: FB, 7D and 8B. RGB value is (251,125,139). Sum of RGB (Red+Green+Blue) = 251+125+139=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7D8B is #048274. Grayscale: #A4A4A4. Windows color (decimal): -295541 or 9141755. OLE color: 9141755.

HSL color Cylindrical-coordinate representation of color #FB7D8B: hue angle of 353.33º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7D8B is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 125 139 -
CMYK 0 0.50 0.45 0.02
HSL 353.33º 0.94% 0.74% -
HSV(B) 353.33º 0.5% 0.98% -
XYZ 51.78 37.04 28.85 -
YUV 164.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 251 125 139 0 0.50 0.45 0.02 353.33 0.94 0.74
Hex FB 7D 8B 0 32 2D 2 161 5E 4A
Octal 373 175 213 0 62 55 2 541 136 112
Binary 11111011 1111101 10001011 0 110010 101101 10 101100001 1011110 1001010

Color Harmonies of #FB7D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7D8B

Black with #FB7D8B

Text Example


Text Example

White with #FB7D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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