#FFB1CB

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

Shades of Carnation Pink #FFB1CB

Tints of Carnation Pink #FFB1CB

Color information

#FFB1CB (or 0xFFB1CB) is unknown color: approx Carnation Pink. HEX triplet: FF, B1 and CB. RGB value is (255,177,203). Sum of RGB (Red+Green+Blue) = 255+177+203=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1CB is #004E34. Grayscale: #CBCBCB. Windows color (decimal): -20021 or 13349375. OLE color: 13349375.

HSL color Cylindrical-coordinate representation of color #FFB1CB: hue angle of 340º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB1CB is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255177203-
CMYK00.310.200
HSL340º100%84.71%-
HSV(B)340º30.59%100%-
XYZ67.7457.0263.93-
YUV203.29127.84164.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 177 (69.53% from 255) = 27.87%
BLUE value IS 203 (79.69% from 255) = 31.97%
R=40.16%
G=27.87%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517720300.310.20034010084.71
HexFFB1CB01F1401546455
Octal377261313037240524144125
Binary11111111101100011100101101111110100010101010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1CB; }

 p { color: rgb(255,177,203); }

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

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

 a { background-color: rgb(255,177,203); }

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

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

 span { border-color: rgb(255,177,203); }

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