Html Css Color HEX #FB95C2 Carnation Pink

📋 copy color: '#FB95C2'

red 251 ◦ green 149 ◦ blue 194

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

Shades of Carnation Pink #FB95C2

Tints of Carnation Pink #FB95C2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.08%

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

R = 42.26%
G = 25.08%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB95C2 (or 0xFB95C2) is known color: Carnation Pink. HEX triplet: FB, 95 and C2. RGB value is (251,149,194). Sum of RGB (Red+Green+Blue) = 251+149+194=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB95C2 is #046A3D. Grayscale: #B8B8B8. Windows color (decimal): -289342 or 12752379. OLE color: 12752379.

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

Color convert

RGB 251 149 194 -
CMYK 0 0.41 0.23 0.02
HSL 333.53º 0.93% 0.78% -
HSV(B) 333.53º 0.41% 0.98% -
XYZ 60.27 45.9 56.72 -
YUV 184.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 251 149 194 0 0.41 0.23 0.02 333.53 0.93 0.78
Hex FB 95 C2 0 29 17 2 14E 5D 4E
Octal 373 225 302 0 51 27 2 516 135 116
Binary 11111011 10010101 11000010 0 101001 10111 10 101001110 1011101 1001110

Color Harmonies of #FB95C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB95C2

Black with #FB95C2

Text Example


Text Example

White with #FB95C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB95C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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