Html Css Color HEX #FB96C2 Carnation Pink

📋 copy color: '#FB96C2'

red 251 ◦ green 150 ◦ blue 194

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

Shades of Carnation Pink #FB96C2

Tints of Carnation Pink #FB96C2

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.21%

 BLUE value IS 194 (76.17% from 255) = 32.61%

R = 42.18%
G = 25.21%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB96C2 (or 0xFB96C2) is known color: Carnation Pink. HEX triplet: FB, 96 and C2. RGB value is (251,150,194). Sum of RGB (Red+Green+Blue) = 251+150+194=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB96C2 is #04693D. Grayscale: #B9B9B9. Windows color (decimal): -289086 or 12752635. OLE color: 12752635.

HSL color Cylindrical-coordinate representation of color #FB96C2: hue angle of 333.86º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB96C2 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 150 194 -
CMYK 0 0.40 0.23 0.02
HSL 333.86º 0.93% 0.79% -
HSV(B) 333.86º 0.4% 0.98% -
XYZ 60.43 46.22 56.77 -
YUV 185.22 132.96 174.92 -
System Red Green Blue C M Y K H S L
Decimal 251 150 194 0 0.40 0.23 0.02 333.86 0.93 0.79
Hex FB 96 C2 0 28 17 2 14E 5D 4F
Octal 373 226 302 0 50 27 2 516 135 117
Binary 11111011 10010110 11000010 0 101000 10111 10 101001110 1011101 1001111

Color Harmonies of #FB96C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB96C2

Black with #FB96C2

Text Example


Text Example

White with #FB96C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB96C2; }

 p { color: rgb(251,150,194); }

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

background-color css

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

 a { background-color: rgb(251,150,194); }

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

border-color css

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

 span { border-color: rgb(251,150,194); }

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