#FACCBF

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

Shades of Your Pink #FACCBF

Tints of Your Pink #FACCBF

Color information

#FACCBF (or 0xFACCBF) is unknown color: approx Your Pink. HEX triplet: FA, CC and BF. RGB value is (250,204,191). Sum of RGB (Red+Green+Blue) = 250+204+191=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCBF is #053340. Grayscale: #D8D8D8. Windows color (decimal): -340801 or 12569850. OLE color: 12569850.

HSL color Cylindrical-coordinate representation of color #FACCBF: hue angle of 13.22º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FACCBF is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250204191-
CMYK00.180.240.02
HSL13.22º85.51%86.47%-
HSV(B)13.22º23.6%98.04%-
XYZ70.4267.2758.56-
YUV216.27113.74152.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 204 (80.08% from 255) = 31.63%
BLUE value IS 191 (75% from 255) = 29.61%
R=38.76%
G=31.63%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020419100.180.240.0213.2285.5186.47
HexFACCBF012182d5656
Octal37231427702230215126126
Binary1111101011001100101111110100101100010110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCBF; }

 p { color: rgb(250,204,191); }

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

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

 a { background-color: rgb(250,204,191); }

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

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

 span { border-color: rgb(250,204,191); }

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