#ffb8c4

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

Shades of Light Pink #FFB8C4

Tints of Light Pink #FFB8C4

Color information

#FFB8C4 (or 0xFFB8C4) is unknown color: approx Light Pink. HEX triplet: FF, B8 and C4. RGB value is (255,184,196). Sum of RGB (Red+Green+Blue) = 255+184+196=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8C4 is #00473B. Grayscale: #CECECE. Windows color (decimal): -18236 or 12892415. OLE color: 12892415.

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

Color convert

RGB255184196-
CMYK00.280.230
HSL349.86º100%86.08%-
HSV(B)349.86º27.84%100%-
XYZ68.3459.5360.11-
YUV206.6122.02162.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 184 (72.27% from 255) = 28.98%
BLUE value IS 196 (76.95% from 255) = 30.87%
R=40.16%
G=28.98%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518419600.280.230349.8610086.08
HexFFB8C401C17015e6456
Octal377270304034270536144126
Binary11111111101110001100010001110010111010101111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffb8c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffb8c4; }

 p { color: rgb(255,184,196); }

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

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

 a { background-color: rgb(255,184,196); }

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

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

 span { border-color: rgb(255,184,196); }

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