Html Css Color HEX #FB7B8C Carissma

📋 copy color: '#FB7B8C'

red 251 ◦ green 123 ◦ blue 140

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

Shades of Carissma #FB7B8C

Tints of Carissma #FB7B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.24%

R = 48.83%
G = 23.93%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB7B8C (or 0xFB7B8C) is known color: Carissma. HEX triplet: FB, 7B and 8C. RGB value is (251,123,140). Sum of RGB (Red+Green+Blue) = 251+123+140=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7B8C is #048473. Grayscale: #A3A3A3. Windows color (decimal): -296052 or 9206779. OLE color: 9206779.

HSL color Cylindrical-coordinate representation of color #FB7B8C: hue angle of 352.03º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7B8C is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 123 140 -
CMYK 0 0.51 0.44 0.02
HSL 352.03º 0.94% 0.73% -
HSV(B) 352.03º 0.51% 0.98% -
XYZ 51.6 36.57 29.15 -
YUV 163.21 114.91 190.62 -
System Red Green Blue C M Y K H S L
Decimal 251 123 140 0 0.51 0.44 0.02 352.03 0.94 0.73
Hex FB 7B 8C 0 33 2C 2 160 5E 49
Octal 373 173 214 0 63 54 2 540 136 111
Binary 11111011 1111011 10001100 0 110011 101100 10 101100000 1011110 1001001

Color Harmonies of #FB7B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7B8C

Black with #FB7B8C

Text Example


Text Example

White with #FB7B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7B8C; }

 p { color: rgb(251,123,140); }

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

background-color css

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

 a { background-color: rgb(251,123,140); }

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

border-color css

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

 span { border-color: rgb(251,123,140); }

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