#FBADC8

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

Shades of Carnation Pink #FBADC8

Tints of Carnation Pink #FBADC8

Color information

#FBADC8 (or 0xFBADC8) is unknown color: approx Carnation Pink. HEX triplet: FB, AD and C8. RGB value is (251,173,200). Sum of RGB (Red+Green+Blue) = 251+173+200=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADC8 is #045237. Grayscale: #C7C7C7. Windows color (decimal): -283192 or 13151739. OLE color: 13151739.

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

Color convert

RGB251173200-
CMYK00.310.200.02
HSL339.23º90.7%83.14%-
HSV(B)339.23º31.08%98.43%-
XYZ65.1554.5761.74-
YUV199.4128.34164.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 200 (78.52% from 255) = 32.05%
R=40.22%
G=27.72%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117320000.310.200.02339.2390.783.14
HexFBADC801F1421535b53
Octal373255310037242523133123
Binary111110111010110111001000011111101001010101001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADC8; }

 p { color: rgb(251,173,200); }

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

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

 a { background-color: rgb(251,173,200); }

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

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

 span { border-color: rgb(251,173,200); }

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