#FB95C1

Color #FB95C1 Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FB95C1

Tints of Carnation Pink #FB95C1

Color information

#FB95C1 (or 0xFB95C1) is unknown color: approx Carnation Pink. HEX triplet: FB, 95 and C1. RGB value is (251,149,193). Sum of RGB (Red+Green+Blue) = 251+149+193=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB95C1 is #046A3E. Grayscale: #B8B8B8. Windows color (decimal): -289343 or 12686843. OLE color: 12686843.

HSL color Cylindrical-coordinate representation of color #FB95C1: hue angle of 334.12º 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 #FB95C1 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB251149193-
CMYK00.410.230.02
HSL334.12º92.73%78.43%-
HSV(B)334.12º40.64%98.43%-
XYZ60.1645.8556.13-
YUV184.51132.79175.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 149 (58.59% from 255) = 25.13%
BLUE value IS 193 (75.78% from 255) = 32.55%
R=42.33%
G=25.13%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114919300.410.230.02334.1292.7378.43
HexFB95C102917214e5d4e
Octal373225301051272516135116
Binary1111101110010101110000010101001101111010100111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95C1; }

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

 H1.HeaderClassName
 {
   color: #FB95C1;
 }
 .AnyTagClassName
 {
   color: #FB95C1;
 }
</style>
background-color css

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

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

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

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

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

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