#FBAFCB

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

Shades of Carnation Pink #FBAFCB

Tints of Carnation Pink #FBAFCB

Color information

#FBAFCB (or 0xFBAFCB) is unknown color: approx Carnation Pink. HEX triplet: FB, AF and CB. RGB value is (251,175,203). Sum of RGB (Red+Green+Blue) = 251+175+203=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFCB is #045034. Grayscale: #C8C8C8. Windows color (decimal): -282677 or 13348859. OLE color: 13348859.

HSL color Cylindrical-coordinate representation of color #FBAFCB: hue angle of 337.89º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFCB is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251175203-
CMYK00.300.190.02
HSL337.89º90.48%83.53%-
HSV(B)337.89º30.28%98.43%-
XYZ65.8955.4863.74-
YUV200.92129.18163.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.90%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=39.90%
G=27.82%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117520300.300.190.02337.8990.4883.53
HexFBAFCB01E1321525a54
Octal373257313036232522132124
Binary111110111010111111001011011110100111010101001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFCB; }

 p { color: rgb(251,175,203); }

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

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

 a { background-color: rgb(251,175,203); }

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

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

 span { border-color: rgb(251,175,203); }

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